From 80f2530bebba7db93148265d5a9d73f789f01447 Mon Sep 17 00:00:00 2001 From: wagesj45 Date: Fri, 25 Jul 2025 15:14:36 -0500 Subject: [PATCH] Update setup.sh --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index b43573c..cbd40af 100644 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/bash ############################################################################### # setup.sh - Interactive Debian VM bootstrap wizard # # Jordan-friendly edition (whiptail UI, aliases, neofetch, CIFS, etc.) # @@ -181,7 +181,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 #