Fixed call user_run from logon parameters

This commit is contained in:
Daniel Pätzold
2026-04-07 15:08:25 +02:00
parent 1cee4f82f4
commit 38e911526e
+1 -1
View File
@@ -104,7 +104,7 @@ fi
echo "" echo ""
#Anyway run user scripts if existent #Anyway run user scripts if existent
elog_add_command "${CLIENT_SOFTWARE_DST}/user_run.sh $2" elog_add_command "${CLIENT_SOFTWARE_DST}/user_run.sh $1"
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
exit 1 exit 1
fi fi