Removed 'ask for machine id' but in `clone.conf`
This commit is contained in:
parent
a787c178a8
commit
3351dd16e4
|
@ -321,10 +321,6 @@ step9(){
|
|||
|
||||
echo -e "\n>>> [9] Set up SATS operating folder";
|
||||
|
||||
# (0) Ask for machine id #
|
||||
read -p " (?) Machine id : " MACHINE_ID;
|
||||
test -n "$MACHINE_ID" || $( echo "Invalid machine name, aborting!" && exit );
|
||||
|
||||
# (1) Create operating folder #
|
||||
echo " (.) Create operating folder";
|
||||
sudo mkdir -p /mnt/home/sats/satsd/source;
|
||||
|
|
Loading…
Reference in New Issue