Skip to content

Commit

Permalink
Remove exit code check, which does nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
downtownallday committed Apr 3, 2024
1 parent f8b8a23 commit 1d817a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup/nextcloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -477,9 +477,7 @@ hide_output $occ app:enable calendar

# When upgrading, run the upgrade script again now that apps are enabled. It seems like
# the first upgrade at the top won't work because apps may be disabled during upgrade?
# Check for success (0=ok, 3=no upgrade needed).
$occ upgrade
if [ \( $? -ne 0 \) -a \( $? -ne 3 \) ]; then exit 1; fi

# Disable default apps that we don't support
$occ app:disable photos dashboard activity \
Expand Down

0 comments on commit 1d817a6

Please sign in to comment.