Hotfix
This commit is contained in:
parent
6abed54756
commit
1f778bc94c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue