Skip to content

Commit

Permalink
part fix #2619
Browse files Browse the repository at this point in the history
make sure the bin is exceutable

Signed-off-by: Daniel Hansson <[email protected]>
  • Loading branch information
enoch85 authored Apr 1, 2024
1 parent 920f638 commit 3aa6c97
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions nextcloud_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -760,15 +760,16 @@ else
print_text_in_color "$IGreen" "Your apps are already up to date!"
fi

# Nextcloud 13 is required.
lowest_compatible_nc 13

# Restart notify push if existing
if [ -f "$NOTIFY_PUSH_SERVICE_PATH" ]
then
systemctl restart notify_push
chmod +x "$NC_APPS_PATH"/notify_push/bin/x86_64/notify_push
systemctl restart notify_push.service
fi

# Nextcloud 13 is required.
lowest_compatible_nc 13

if [ -f /tmp/minor.version ]
then
NCBAD=$(cat /tmp/minor.version)
Expand Down

0 comments on commit 3aa6c97

Please sign in to comment.