Fix appkey gen with new symlinks

This commit is contained in:
thespad 2024-12-22 21:59:37 +00:00
parent ee61205ece
commit d283e53018
No known key found for this signature in database

View File

@ -1,3 +1,9 @@
#!/bin/bash
mkdir -p \
/config/www/framework/{cache,sessions,views} \
/config/log/bookstack
touch /config/log/bookstack/laravel.log
php /app/www/artisan key:generate --show