6-prerelease6.6.2

This commit is contained in:
2024-11-13 18:50:22 -07:00
parent 40a80b3a8f
commit 34b815e66d
2 changed files with 1 additions and 23 deletions
-22
View File
@@ -162,27 +162,6 @@ function handleCustomBins() {
}
function handleExport() {
# # writeToLog "Handling $exportScript (function ran)\n"
# if [ -z $testExport ]; then
# writeToLog "testExport not set\n"
# writeToLog "Backing up $exportScript to $exportBackupScript"
# cp $exportScript $exportBackupScript 2>/dev/null
# returnStatus
# backupExportScriptChk=$?
# else
# writeToLog "testExport export is set\n"
#
# writeToLog "Deleting $exportScript"
# rm -f $exportScript
# returnStatus
# rmExportScriptChk=$?
#
# writeToLog "Restoring $exportScript from backup at $exportBackupScript"
# cp $exportBackupScript $exportScript
# returnStatus
# restoreExportScriptChk=$?
# fi
if [ -f $exportBackupScript ]; then
writeToLog "Deleting $exportBackupScript"
rm -f $exportBackupScript
@@ -596,7 +575,6 @@ elif [[ "$arg" == "cron" || "$arg" == "c" ]]; then # full install with warn, sle
action="REINSTALL (CRON)"
# sleepMins=3
sleepMins=0
rebootMins=3
handleStart
handleLogoutAllUsers