Skip to content

Commit

Permalink
Update MXWeather.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hucknz authored Sep 23, 2024
1 parent 3967528 commit 9adeb94
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions v3-beta/MXWeather.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down Expand Up @@ -78,4 +75,4 @@ latest_logfile=""
# Wait forever to capture container shutdown command
while true; do
tail -f /dev/null & wait ${!}
done
done

0 comments on commit 9adeb94

Please sign in to comment.