From 80c1250ebc2f6221502baf0cd49d9f6e01b2b4fc Mon Sep 17 00:00:00 2001 From: frju365 Date: Wed, 2 Jan 2019 22:32:31 +0100 Subject: [PATCH] Create log directory --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 1416966..d53803c 100644 --- a/scripts/install +++ b/scripts/install @@ -186,6 +186,7 @@ systemctl enable $app.service # ADVERTISE SERVICE IN ADMIN PANEL #================================================= +mkdir -p /var/log/pterodactyl/ touch /var/log/$app/$app-prod.log yunohost service add $app --log "/var/log/$app/$app-prod.log"