mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-29 02:00:45 +08:00
whiteboard needs to have a trailing slash
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
6d6f50c966
commit
2faf4f2452
1 changed files with 1 additions and 1 deletions
|
@ -860,7 +860,7 @@ if [ "$WHITEBOARD_ENABLED" = 'yes' ]; then
|
|||
elif [ "$SKIP_UPDATE" != 1 ]; then
|
||||
php /var/www/html/occ app:update whiteboard
|
||||
fi
|
||||
php /var/www/html/occ config:app:set whiteboard collabBackendUrl --value="https://$NC_DOMAIN/whiteboard"
|
||||
php /var/www/html/occ config:app:set whiteboard collabBackendUrl --value="https://$NC_DOMAIN/whiteboard/"
|
||||
php /var/www/html/occ config:app:set whiteboard jwt_secret_key --value="$WHITEBOARD_SECRET"
|
||||
else
|
||||
if [ "$REMOVE_DISABLED_APPS" = yes ] && [ -d "/var/www/html/custom_apps/whiteboard" ]; then
|
||||
|
|
Loading…
Reference in a new issue