removing pw echo from debugging

This commit is contained in:
Andrew Davidson 2020-04-14 08:28:25 -04:00
parent 42507b0e38
commit a54c3f7367
Signed by: amd
GPG key ID: 17AF8F2A49CF25C6

2
run.sh
View file

@ -1,7 +1,5 @@
#!/bin/bash
echo "Setting password to $SMBPW"
(echo "$SMBPW"; echo "$SMBPW") | smbpasswd -sa share
if [ $? -eq 0 ]; then