Browse Source

fix install.sh no configuration file

main
pvincent 1 week ago
parent
commit
02f2820ab6
  1. 2
      install.sh

2
install.sh

@ -71,7 +71,7 @@ function choose_default {
storage_disk="${storages[0]}" storage_disk="${storages[0]}"
echo '----------------------------------------------------' echo '----------------------------------------------------'
echo "first TYPE=ZFSPOOL found: $storage_disk" echo "first TYPE=ZFSPOOL found: $storage_disk"
echo 'to change, please launch one more time: `install.sh`'
echo 'to change, please launch one more time: `/opt/miaou-proxmox/install.sh`'
echo '----------------------------------------------------' echo '----------------------------------------------------'
else else
# interactive, ask for default # interactive, ask for default

Loading…
Cancel
Save