fixes overall
This commit is contained in:
parent
eac693f7f5
commit
acafd7a214
5 changed files with 13 additions and 33 deletions
|
@ -1,16 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ "$(id -u)" -ne 0 ]; then
|
||||
echo "Please run as root"
|
||||
exit
|
||||
fi
|
||||
|
||||
case $1 in
|
||||
router)
|
||||
cp router.sh /usr/local/bin/router.sh
|
||||
;;
|
||||
repo)
|
||||
mkdir /docker
|
||||
cp * .* /docker
|
||||
;;
|
||||
esac
|
Reference in a new issue