Browse Source

sudo repair

master
ale 3 years ago
parent
commit
2a4f587365
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      lch
  2. +1
    -1
      lib/check.sh

+ 1
- 1
lch View File

@ -45,7 +45,7 @@ fi
if [ "$DEST" = "--install" ] || [ "$DEST" = "-i" ]
then
install
install $DEST $@
exit 0
fi


+ 1
- 1
lib/check.sh View File

@ -49,7 +49,7 @@ function install()
if [ "$UID" != "0" ]; then
echo " Only root can execute this script, sorry."
echo " Try 'sudo $0 $DEST'"
echo " Try 'sudo $@'"
exit 0
fi


Loading…
Cancel
Save