Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sympl
Sympl Install Script
Commits
83f3a6a3
Commit
83f3a6a3
authored
Sep 08, 2019
by
Paul Cammish
Browse files
Update install.sh
parent
51fdd78f
Changes
1
Hide whitespace changes
Inline
Side-by-side
install.sh
View file @
83f3a6a3
...
...
@@ -12,6 +12,8 @@ codename=$( if ! which lsb_release > /dev/null ; then grep ^VERSION= /etc/os-rel
version
=
$codename
UNHANDLED
=()
if
id
-u
sympl
>
/dev/null 2>&1
;
then
noninteractive
=
1
;
fi
while
[
$#
-gt
0
]
;
do
case
$1
in
--testing
)
...
...
@@ -147,6 +149,10 @@ if [ $noninteractive == 0 ]; then
echo
"Setting new password for user 'sympl':"
passwd sympl
else
echo
echo
'Check http://wiki.sympl.host for documentation.'
echo
fi
echo
"Sympl install completed!"
\ No newline at end of file
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