From 6be8733bccf85b5593a0377c613ca8d21d2a84d1 Mon Sep 17 00:00:00 2001 From: Bkeenke <128972800+bkeenke@users.noreply.github.com> Date: Wed, 14 Feb 2024 01:00:15 +0300 Subject: [PATCH] Update shm_actions_script.sh --- shm_actions_script.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shm_actions_script.sh b/shm_actions_script.sh index e77dd72..e8119c6 100755 --- a/shm_actions_script.sh +++ b/shm_actions_script.sh @@ -58,6 +58,8 @@ case $EVENT in echo "Install Amnezia-Go" if test -d /opt/amnezia-go; then + cd /opt/amnezia-go + make >> /dev/null echo "installed" else echo "install" @@ -68,6 +70,9 @@ case $EVENT in fi echo "Install Amnezia-tools" if test -d /opt/amnezia-tools; then + cd /opt/amnezia-tools/src + make >> /dev/null + make install echo "installed" else echo "install"