Skip to content

Commit

Permalink
Revert "whiteboard needs to have a trailing slash"
Browse files Browse the repository at this point in the history
This reverts commit 2faf4f2.
  • Loading branch information
szaimen committed Sep 17, 2024
1 parent 2faf4f2 commit e09aacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containers/nextcloud/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e09aacd

Please sign in to comment.