Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavness committed Nov 7, 2022
1 parent 6abed54 commit 1f778bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ source setup/munin.sh
cat > /usr/local/sbin/miabadm << EOF;
#!/bin/bash
cd $(pwd)
/usr/bin/env python3 management/cli.py $$@
/usr/bin/env python3 management/cli.py \$@
EOF
chmod 744 /usr/local/sbin/miabadm

Expand Down

0 comments on commit 1f778bc

Please sign in to comment.