Skip to content

Commit

Permalink
Merge pull request #248 from linuxserver/master-fix-keygen
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Dec 22, 2024
2 parents ee61205 + d283e53 commit 244c619
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions root/appkey
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 244c619

Please sign in to comment.