mirror of
https://github.com/linuxserver/docker-nextcloud.git
synced 2026-04-27 00:00:25 +08:00
Use full file path for cron replacement
Signed-off-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
parent
1859718b5b
commit
4eb5de15be
@ -24,7 +24,7 @@ if [ -f /config/www/nextcloud/version.php ]; then
|
||||
! -path "/config/www/nextcloud/config" \
|
||||
! -path "/config/www/nextcloud/themes" \
|
||||
-delete
|
||||
sed -i "s|/config/www/nextcloud/|/app/www/public/|g" /config/crontabs/root
|
||||
sed -i "s|/config/www/nextcloud/cron.php|/app/www/public/cron.php|g" /config/crontabs/root
|
||||
touch /tmp/migration
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user