From 6785c3e106fdd27a242ba56c17ddef0b5f366e34 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 26 Dec 2023 10:15:08 +0100 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/_common.sh b/scripts/_common.sh index 9dc29f7..785d52f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -8,6 +8,8 @@ PICTRS_VERSION=0.4.1-rc.0 NODEJS_VERSION=20 +main_domain=$(cat /etc/yunohost/current_host) + #================================================= # PERSONAL HELPERS #=================================================