From d283e53018dc6e56cb94bf0b10c184e40d87f28d Mon Sep 17 00:00:00 2001 From: thespad Date: Sun, 22 Dec 2024 21:59:37 +0000 Subject: [PATCH] Fix appkey gen with new symlinks --- root/appkey | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/root/appkey b/root/appkey index 2e689f6..684439f 100755 --- a/root/appkey +++ b/root/appkey @@ -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