Skip to content

Commit d283e53

Browse files
committed
Fix appkey gen with new symlinks
1 parent ee61205 commit d283e53

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)