We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d5d33 commit 5191c4aCopy full SHA for 5191c4a
‎bookstack/rootfs/etc/cont-init.d/bookstack.sh
@@ -81,7 +81,7 @@ ln -s /data/bookstack/uploads /var/www/bookstack/public/uploads
81
# Create API key if needed
82
if ! bashio::fs.file_exists "/data/bookstack/appkey.txt"; then
83
bashio::log.info "Generating app key"
84
- key=$(php8 /var/www/bookstack/artisan key:generate --show)
+ key=$(php81 /var/www/bookstack/artisan key:generate --show)
85
echo "${key}" > /data/bookstack/appkey.txt
86
bashio::log.info "App Key generated: ${key}"
87
fi
0 commit comments