fix: remove \ before $
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if ! /etc/ssh-client/ssh_blocker.sh "\$@"; then
|
if ! /etc/ssh-client/ssh_blocker.sh "$@"; then
|
||||||
echo "❌ Blocked by ssh_blocker.sh"
|
echo "❌ Blocked by ssh_blocker.sh"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user