From 9adeb945251d0c1f0a427ec9c5856068fbe6dfc6 Mon Sep 17 00:00:00 2001 From: Huck <12265772+hucknz@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:04:50 +1200 Subject: [PATCH] Update MXWeather.sh --- v3-beta/MXWeather.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/v3-beta/MXWeather.sh b/v3-beta/MXWeather.sh index 868ecd5..caef859 100644 --- a/v3-beta/MXWeather.sh +++ b/v3-beta/MXWeather.sh @@ -21,9 +21,6 @@ term_handler() { if [ -f "/opt/CumulusMX/config/Cumulus.ini" ]; then cp -f /opt/CumulusMX/Cumulus.ini /opt/CumulusMX/config/ fi - if [ -f "/opt/CumulusMX/UniqueId.txt" ]; then - cp -f /opt/CumulusMX/UniqueId.txt /opt/CumulusMX/config/ - fi fi exit 143; # 128 + 15 -- SIGTERM } @@ -78,4 +75,4 @@ latest_logfile="" # Wait forever to capture container shutdown command while true; do tail -f /dev/null & wait ${!} -done \ No newline at end of file +done