diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index 9503610..5833a2e 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -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 diff --git a/version.txt b/version.txt index 46ab6b9..2b97e24 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -6-prerelease6.6.1 \ No newline at end of file +6-prerelease6.6.2 \ No newline at end of file