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