Skip to content

Commit

Permalink
package might not reinstall properly or install if not active
Browse files Browse the repository at this point in the history
  • Loading branch information
kwindrem authored Nov 4, 2021
1 parent 65a7a5c commit 0b2b239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UpdateResources
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ doUpdate ()

if [ -f "$packageDir/setup" ]; then
# if package is installed, reinstall automatically
if [ -f "installedFlagPrefix$package" ]; then
if [ -f "$installedFlagPrefix$package" ]; then
logMessage "reinstalling $package"
"$packageDir/setup" "reinstall" "force"
# defer reboot until all updates and reinstalls have been done
Expand Down

0 comments on commit 0b2b239

Please sign in to comment.