diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index efe59908..951884cd 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -140,6 +140,7 @@ set_icon() { reproducible) ICON=weather-clear.png ;; unreproducible|FTBR) ICON=weather-showers-scattered.png + STATE_TARGET_NAME="FTBR" ;; FTBFS) ICON=weather-storm.png ;; |