Client Software install moved to source dir

This commit is contained in:
Daniel Pätzold
2026-03-10 10:20:30 +01:00
parent f06ab4fea9
commit a1737f78af
+1 -1
View File
@@ -71,5 +71,5 @@ if [ -f "${CLIENT_SOFTWARE_DST}/install.sh" ]; then
fi
echo "Sucessfully synced."
if [ $1 == "install" ]; then
${CLIENT_SOFTWARE_DST}/install.sh
${CLIENT_SOFTWARE_DST}/source/install.sh
fi