Make Logon accept search Parameter for install

This commit is contained in:
Daniel Pätzold
2026-03-28 20:32:15 +01:00
parent 7e16182bd1
commit 0067c7ebfd
6 changed files with 9 additions and 143 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ if [ -f "${CLIENT_SOFTWARE_DST}/install.sh" ]; then
fi
echo "Sucessfully synced."
if [ $1 == "install" ]; then
${CLIENT_SOFTWARE_DST}/install.sh
${CLIENT_SOFTWARE_DST}/install.sh $2
if [ $? -ne 0 ]; then
exit 1
fi