From 4927434f0730e57cff1166336c943d569c1a7e78 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Tue, 5 Jan 2021 22:57:06 +0100 Subject: [PATCH] Remove unused var from _common.sh --- scripts/_common.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 3e67c31..9cd55c6 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -1,12 +1,8 @@ #!/bin/bash PKG_DEPENDENCIES="sqlite3 libldap2-dev libsasl2-dev python3-dev imagemagick python3-lxml libjpeg-dev" -#PKG_DEPENDENCIES="sqlite3 python3-pip imagemagick" DOSSIER_MEDIA=/home/yunohost.multimedia -LOG_FILE=/var/log/$app/$app.log -ACCESS_LOG_FILE=/var/log/$app/$app-access.log - #================================================= # EXPERIMENTAL HELPERS # TO BE DELETED WHEN RELEASED