diff --git a/setup.sh b/setup.sh index f70a054..e6fe250 100644 --- a/setup.sh +++ b/setup.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash ############################################################################### -# setup.sh – Interactive Debian VM bootstrap wizard # -# Jordan‑friendly edition (whiptail UI, aliases, neofetch, CIFS, etc.) # +# setup.sh - Interactive Debian VM bootstrap wizard # +# Jordan-friendly edition (whiptail UI, aliases, neofetch, CIFS, etc.) # ############################################################################### set -euo pipefail @@ -156,7 +156,7 @@ for host in "${CIFS_HOSTS[@]}"; do grep -q "${host}.wageshouse" /etc/fstab || printf "# $TEMPLATE\n" "username" "password" >> /etc/fstab fi done -if ! mount -a 2>>"$LOGFILE"; then msg "⚠️ Some CIFS mounts failed. Re‑run the script to correct credentials."; fi +if ! mount -a 2>>"$LOGFILE"; then msg "⚠️ Some CIFS mounts failed. Re-run the script to correct credentials."; fi ############################################################################### # Summary #