Update 'test.sh'
This commit is contained in:
parent
c610958726
commit
c0875f7525
6
test.sh
6
test.sh
@ -68,7 +68,7 @@ function msg_ok() {
|
|||||||
local msg="$1"
|
local msg="$1"
|
||||||
echo -e "${BFR} ${CM} ${GN}${msg}${CL}"
|
echo -e "${BFR} ${CM} ${GN}${msg}${CL}"
|
||||||
}
|
}
|
||||||
function default_settings() {
|
function create_vm() {
|
||||||
clear
|
clear
|
||||||
header_info
|
header_info
|
||||||
BRANCH=${STABLE}
|
BRANCH=${STABLE}
|
||||||
@ -83,7 +83,7 @@ function default_settings() {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
default_settings
|
create_vm
|
||||||
|
|
||||||
while read -r line; do
|
while read -r line; do
|
||||||
TAG=$(echo $line | awk '{print $1}')
|
TAG=$(echo $line | awk '{print $1}')
|
||||||
@ -150,4 +150,4 @@ qm set $VMID -description "# Home Assistant OS" >/dev/null
|
|||||||
if [ "$START_VM" == "yes" ]; then
|
if [ "$START_VM" == "yes" ]; then
|
||||||
qm start $VMID
|
qm start $VMID
|
||||||
fi
|
fi
|
||||||
echo "\n\e[1;3;5;42mCompleted Successfully!\e[0m\n"
|
echo -e "\n\e[1;3;5;42mCompleted Successfully!\e[0m\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user