sswss
This commit is contained in:
@@ -75,6 +75,9 @@ elif [ "$arg" == "nologout" ]; then
|
|||||||
elif [ "$arg" == "retool" ]; then
|
elif [ "$arg" == "retool" ]; then
|
||||||
action="RETOOL"
|
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"
|
write_to_log "deleting old export.sh"
|
||||||
rm $idfDir/export.sh
|
rm $idfDir/export.sh
|
||||||
|
|
||||||
@@ -91,9 +94,6 @@ elif [ "$arg" == "retool" ]; then
|
|||||||
cp -r $customBinFrom $customBinLocation
|
cp -r $customBinFrom $customBinLocation
|
||||||
chmod +x $customBinLocation/*
|
chmod +x $customBinLocation/*
|
||||||
|
|
||||||
write_to_log " === $(date '+%d/%m/%Y %H:%M:%S %Z (%s)'): new ${action} ==="
|
|
||||||
write_to_log "Version: ${scriptVers}"
|
|
||||||
|
|
||||||
exit
|
exit
|
||||||
else
|
else
|
||||||
# write_to_log "$(date '+%d/%m/%Y %H:%M:%S %Z (%s)'): LIVE mode"
|
# write_to_log "$(date '+%d/%m/%Y %H:%M:%S %Z (%s)'): LIVE mode"
|
||||||
|
|||||||
Reference in New Issue
Block a user