From d53488b32d00f63d696ac46497e3e6ba71196d75 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 24 May 2020 23:02:00 +0200 Subject: [PATCH] Revert "Update install" This reverts commit d2653f918027abe6820864a42dc85a6ee38f072c. --- scripts/install | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index 2a39dd8..dbc758d 100755 --- a/scripts/install +++ b/scripts/install @@ -28,9 +28,6 @@ if [ $is_public -eq 1 ]; then public_library=1 fi -LOG_FILE=/var/log/$app/$app.log -ACCESS_LOG_FILE=/var/log/$app/$app-access.log - #================================================= # MANAGE SCRIPT FAILURE #=================================================