Skip to content

Commit

Permalink
nextcloud: Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo1003 committed Feb 20, 2024
1 parent 8227fc9 commit 1d9c442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nextcloud/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
set -eu

busybox crond -f -l 0 -L /dev/stdout &
busybox crond -f -l 2 -L /dev/stderr &

exec "$@"
2 changes: 1 addition & 1 deletion nextcloud/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [ "$config_version" = "0.0.0.0" ]; then
#upgrade
elif [ "$app_version" != "$config_version" ]; then
echo "Upgrading nextcloud from $config_version ..."
run_as "php /var/www/nextcloud/occ upgrade"
run_as "php /var/www/nextcloud/occ upgrade -vv"
fi

exit 0

0 comments on commit 1d9c442

Please sign in to comment.