Fixed call user_run from logon parameters
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user