removed useless creating 'com/config' dir
This commit is contained in:
parent
f2fb0532a8
commit
6c5f9c20e0
|
@ -9,8 +9,6 @@ ROOT=`dirname $ROOT`;
|
||||||
# (2) Check required arguments
|
# (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;
|
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)
|
# (2) Start server in background (keep PID)
|
||||||
#--------------------------------------------------------#
|
#--------------------------------------------------------#
|
||||||
|
|
Loading…
Reference in New Issue