diff options
Diffstat (limited to 'custom')
| -rwxr-xr-x | custom/install-archzfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/install-archzfs b/custom/install-archzfs index ae9e793..6b62d90 100755 --- a/custom/install-archzfs +++ b/custom/install-archzfs @@ -170,7 +170,7 @@ gather_input() { [[ -n "$RAID_LEVEL" ]] && info " RAID: $RAID_LEVEL" info " SSH: $ENABLE_SSH" [[ -n "$WIFI_SSID" ]] && info " WiFi: $WIFI_SSID" - return + return 0 fi echo "" |
