This commit is contained in:
2024-11-12 05:31:37 -07:00
parent 5c0925dfd2
commit 0f155c3644
+3 -3
View File
@@ -75,6 +75,9 @@ elif [ "$arg" == "nologout" ]; then
elif [ "$arg" == "retool" ]; then
action="RETOOL"
write_to_log " === $(date '+%d/%m/%Y %H:%M:%S %Z (%s)'): new ${action} ==="
write_to_log "Version: ${scriptVers}"
write_to_log "deleting old export.sh"
rm $idfDir/export.sh
@@ -91,9 +94,6 @@ elif [ "$arg" == "retool" ]; then
cp -r $customBinFrom $customBinLocation
chmod +x $customBinLocation/*
write_to_log " === $(date '+%d/%m/%Y %H:%M:%S %Z (%s)'): new ${action} ==="
write_to_log "Version: ${scriptVers}"
exit
else
# write_to_log "$(date '+%d/%m/%Y %H:%M:%S %Z (%s)'): LIVE mode"