From f8f3c32977af48dbfc8f9dab27b62eaec3fb73e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Wed, 12 Jul 2017 06:32:45 +0200 Subject: [PATCH] Samba domain provisioning --- softy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softy b/softy index c92e2a7e..0677cebc 100644 --- a/softy +++ b/softy @@ -221,7 +221,7 @@ exitstatus=$?; if [ $exitstatus = 1 ]; then exit 1; fi SMBGROUP=$(whiptail --inputbox "What is your samba group?" 8 78 $SMBGROUP --title "$SECTION" 3>&1 1>&2 2>&3) exitstatus=$?; if [ $exitstatus = 1 ]; then exit 1; fi # -debconf-apt-progress -- apt-get -y install samba samba-common-bin +debconf-apt-progress -- apt-get -y install samba samba-common-bin samba-vfs-modules useradd $SMBUSER echo -ne "$SMBPASS\n$SMBPASS\n" | passwd $SMBUSER >/dev/null 2>&1 echo -ne "$SMBPASS\n$SMBPASS\n" | smbpasswd -a -s $SMBUSER >/dev/null 2>&1