We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aaa9876 + 0c25fde commit 8551550Copy full SHA for 8551550
root/etc/cont-init.d/50-config
@@ -27,7 +27,7 @@ done
27
if [ ! -f "/config/BOOKSTACK_APP_KEY.txt" ];
28
then
29
echo "Generating BookStack app key for first run"
30
- key=$(php /var/www/html/artisan key:generate --show | tr -d '//' )
+ key=$(php /var/www/html/artisan key:generate --show)
31
echo $key > /config/BOOKSTACK_APP_KEY.txt
32
echo "App Key set to $key you can modify the file to update /config/BOOKSTACK_APP_KEY.txt"
33
elif [ -f "/config/BOOKSTACK_APP_KEY.txt" ];
0 commit comments