Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
17a0b482
Commit
17a0b482
authored
Jan 03, 2016
by
Igor Pečovnik
Browse files
typo
parent
b9134155
Changes
1
Show whitespace changes
Inline
Side-by-side
functions.sh
View file @
17a0b482
...
...
@@ -348,7 +348,7 @@ SMBGROUP=$(whiptail --inputbox "What is your samba group?" 8 78 $SMBGROUP --titl
exitstatus=
$?
; if [
$exitstatus
= 1 ]; then exit 1; fi
#
debconf-apt-progress -- apt-get -y install samba samba-common-bin
useradd
$SMBUSER
checkout
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
service samba stop | service smbd stop
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment