Skip to content

Commit

Permalink
auto update bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kwindrem authored Jun 13, 2021
1 parent ca7d2b9 commit 3091284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packageAutoUpdater
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ while true ; do
if $updateSetupHelper || $rebootNeeded ; then
logMessage "continuing in cleanup script - $packageName exiting"

nohup "$scriptDir/packageAutoUpdaterCleanup" $updateSetupHleper $rebootNeeded 2>&1 | awk '{print "packageAutoUpdater " $0}'| tai64n >> /var/log/SetupHelper &
nohup "$scriptDir/packageAutoUpdaterCleanup" $updateSetupHelper $rebootNeeded 2>&1 | awk '{print "packageAutoUpdater " $0}'| tai64n >> /var/log/SetupHelper &

# shutdown the service which runs this script - this will end this script
svc -d "/service/SetupHelper"
Expand Down
2 changes: 1 addition & 1 deletion timeStamp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1623568570
1623570682

0 comments on commit 3091284

Please sign in to comment.