[Fixed] clone error management

This commit is contained in:
xdrm-brackets 2017-02-19 15:59:15 +01:00
parent 41fda94fce
commit d32ee6b7fe
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ step9(){
# (0) Ask for machine id #
read -p " (?) Machine id : " MACHINE_ID;
test -n "$MACHINE_ID" || echo "Invalid machine name, aborting!" && exit;
test -n "$MACHINE_ID" || $( echo "Invalid machine name, aborting!" && exit );
# (1) Create operating folder #
echo " (.) Create operating folder";