diff --git a/sats/main b/sats/main index 515ad2b..54941e1 100644 --- a/sats/main +++ b/sats/main @@ -9,8 +9,6 @@ ROOT=`dirname $ROOT`; # (2) Check required arguments test $# -lt 1 && echo -e "ERR: Missing argument\n\n\tSATS_ID\tThe id for the bash-socket\n" && exit 1; -# (2) Create config dir (if doesn't exist) # -test ! -d $ROOT/config && ( mkdir $ROOT/config; sudo chown sats:pi $ROOT/config; sudo chmod 770 $ROOT/config ); # (2) Start server in background (keep PID) #--------------------------------------------------------#