Skip to content

Commit 244c619

Browse files
authored
Merge pull request #248 from linuxserver/master-fix-keygen
2 parents ee61205 + d283e53 commit 244c619

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

root/appkey

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
#!/bin/bash
22

3+
mkdir -p \
4+
/config/www/framework/{cache,sessions,views} \
5+
/config/log/bookstack
6+
7+
touch /config/log/bookstack/laravel.log
8+
39
php /app/www/artisan key:generate --show

0 commit comments

Comments
 (0)