From bb79719ed654b309a366ed05f4a34b0feb7a44d5 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Wed, 26 Jul 2023 08:05:41 +0200 Subject: [PATCH] fix mach = uname -m --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 3e215b2..bd9bcc2 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,6 +3,6 @@ DOSSIER_MEDIA=/home/yunohost.multimedia log_file=/var/log/$app/$app.log access_log_file=/var/log/$app/$app-access.log - +mach=`uname -m`