KWallet-Service Setup introduced

This commit is contained in:
Daniel Pätzold
2026-03-29 12:39:36 +02:00
parent 0067c7ebfd
commit 670f21526c
7 changed files with 176 additions and 4 deletions
+2
View File
@@ -71,6 +71,8 @@ if [ -f "${CLIENT_SOFTWARE_DST}/install.sh" ]; then
chmod u+x "${CLIENT_SOFTWARE_DST}/install.sh"
fi
echo "Sucessfully synced."
#Run Software setup
echo "Running Setup of Software"
if [ $1 == "install" ]; then
${CLIENT_SOFTWARE_DST}/install.sh $2
if [ $? -ne 0 ]; then