small fixd
This commit is contained in:
parent
6f61ab7a0f
commit
f3ba6a1fb9
|
|
@ -66,7 +66,7 @@ if [[ $PARTITION_STRATEGY == "Dual_Boot" || $PARTITION_STRATEGY == "Manual_Parti
|
||||||
echo "DISK = $DISK"
|
echo "DISK = $DISK"
|
||||||
echo "press any key to start"
|
echo "press any key to start"
|
||||||
read temp_variable
|
read temp_variable
|
||||||
bash
|
bash -i
|
||||||
|
|
||||||
elif [[ $PARTITION_STRATEGY == "Auto_Partition" ]]; then
|
elif [[ $PARTITION_STRATEGY == "Auto_Partition" ]]; then
|
||||||
# disk prep
|
# disk prep
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue