removed useless creating 'com/config' dir

This commit is contained in:
xdrm-brackets 2018-01-29 18:43:18 +01:00
parent f2fb0532a8
commit 6c5f9c20e0
1 changed files with 0 additions and 2 deletions

View File

@ -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)
#--------------------------------------------------------#