notify ssh multiple args
This commit is contained in:
parent
1cad21e43e
commit
3fa540eb85
@ -709,7 +709,7 @@
|
|||||||
then
|
then
|
||||||
opts=$SSH_ORIGINAL_COMMAND
|
opts=$SSH_ORIGINAL_COMMAND
|
||||||
unset SSH_ORIGINAL_COMMAND
|
unset SSH_ORIGINAL_COMMAND
|
||||||
eval /usr/bin/bash $(printf '/usr/local/bin/notify.sh %q' "$opts" | sed 's#\\\\##g; s# \\ # #g; s# \\ # #g')
|
eval /usr/bin/bash $(printf '/usr/local/bin/notify.sh %q' "$opts" | sed 's#\\\\##g; s# \\ # #g; s# \\ # #g; s#\\ -# -#g')
|
||||||
exit $?
|
exit $?
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user