From 742aa8fa1e708e0cba001cf60c99e81e2806832a Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Mon, 21 Mar 2022 12:42:28 +0100 Subject: [PATCH] Correct error in conf-sync deployment --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index be710a4..81ea8cb 100644 --- a/setup.sh +++ b/setup.sh @@ -43,6 +43,7 @@ get_sync() { sudo -H -u $user git clone https://gitea.kto.black/adminconf/conf-sync.git $sync_directory_path/conf-sync sudo -H -u $user cp $sync_directory_path/conf-sync/variables.conf.template \ $sync_directory_path/conf-sync/variables.conf + sudo -H -u $user sed -i -e "s/\"desktop\"/\"server\"/g" $sync_directory_path/conf-sync/variables.conf sudo -H -u $user $sync_directoyy_path/conf-sync/install.sh }