Revert "whiteboard needs to have a trailing slash"

This reverts commit 2faf4f2452.
This commit is contained in:
Simon L. 2024-09-17 11:44:17 +02:00
parent 2faf4f2452
commit e09aacd29e

View file

@ -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