removing pw echo from debugging
This commit is contained in:
parent
42507b0e38
commit
a54c3f7367
1 changed files with 0 additions and 2 deletions
2
run.sh
2
run.sh
|
@ -1,7 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "Setting password to $SMBPW"
|
||||
|
||||
(echo "$SMBPW"; echo "$SMBPW") | smbpasswd -sa share
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
|
|
Loading…
Reference in a new issue