Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivateLocker committed Nov 13, 2019
1 parent dd87467 commit 0f8f9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ getdir(){
done
DIR="$( cd -P "$( dirname "$SOURCE" )" >/dev/null 2>&1 && pwd )"
}
getdir;
DELFILE="$DIR/$0"
root_check_init(){
echo "Checking for Root.."
Expand Down Expand Up @@ -41,7 +42,6 @@ run(){
echo -e "Running Net-UP..";
bash $HOMEDIR/netup
}
getdir;
root_check_init;
HOMEDIR=/root/netup
if [[ -d "$HOMEDIR" ]] ; then
Expand Down

0 comments on commit 0f8f9e2

Please sign in to comment.