Rimosso alcune linee commentate
This commit is contained in:
10
piGarden.sh
10
piGarden.sh
@@ -563,15 +563,7 @@ function json_status {
|
|||||||
if [[ ! -z "$last_weather_online" ]]; then
|
if [[ ! -z "$last_weather_online" ]]; then
|
||||||
json_last_weather_online=$last_weather_online
|
json_last_weather_online=$last_weather_online
|
||||||
fi
|
fi
|
||||||
#if [ -f "$LAST_INFO_FILE.$current_pid" ]; then
|
|
||||||
# last_info=`cat "$LAST_INFO_FILE.$current_pid"`
|
|
||||||
#fi
|
|
||||||
#if [ -f "$LAST_WARNING_FILE.$current_pid" ]; then
|
|
||||||
# last_warning=`cat "$LAST_WARNING_FILE.$current_pid"`
|
|
||||||
#fi
|
|
||||||
#if [ -f "$LAST_SUCCESS_FILE.$current_pid" ]; then
|
|
||||||
# last_success=`cat "$LAST_SUCCESS_FILE.$current_pid"`
|
|
||||||
#fi
|
|
||||||
last_info="$MESSAGE_INFO"
|
last_info="$MESSAGE_INFO"
|
||||||
last_warning="$MESSAGE_WARNING"
|
last_warning="$MESSAGE_WARNING"
|
||||||
last_success="$MESSAGE_SUCCESS"
|
last_success="$MESSAGE_SUCCESS"
|
||||||
|
|||||||
Reference in New Issue
Block a user