s
This commit is contained in:
parent
35b52a310d
commit
af912dadc9
2 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ "$EUID" -ne 0 ]; then
|
||||
echo not root
|
||||
exit 1
|
||||
|
|
1
nman.sh
1
nman.sh
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
cd /opt
|
||||
python3 -c 'import nman; nman.update()'
|
Loading…
Reference in a new issue