Skip to content

Commit 0c25fde

Browse files
committed
removed / removing from app key and changed associated sed delimiter
1 parent 6618eed commit 0c25fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/etc/cont-init.d/50-config

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ done
2727
if [ ! -f "/config/BOOKSTACK_APP_KEY.txt" ];
2828
then
2929
echo "Generating BookStack app key for first run"
30-
key=$(php /var/www/html/artisan key:generate --show | tr -d '//' )
30+
key=$(php /var/www/html/artisan key:generate --show)
3131
echo $key > /config/BOOKSTACK_APP_KEY.txt
3232
echo "App Key set to $key you can modify the file to update /config/BOOKSTACK_APP_KEY.txt"
3333
elif [ -f "/config/BOOKSTACK_APP_KEY.txt" ];

0 commit comments

Comments
 (0)