Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yangliu committed Feb 8, 2021
1 parent 743f11d commit 714eb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/acg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ do_install_acg() {
echo "Now we need to configure ACG."

# diskless mode
"${acg_path}/files/acg-cfg"
. "${acg_path}/files/acg-cfg"

if (whiptail --title "Diskless Mode" --yes-button "Diskless Mode" --no-button "Sys Mode" --yesno "Is your Alpine installation in Diskless Mode?" 10 60 3>&1 1>&2 2>&3) then
set_acg_cfg "ALPINE_INSTALLATION_MODE" "diskless"
Expand Down

0 comments on commit 714eb98

Please sign in to comment.