aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcustom/install-archzfs2
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 ""