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
8cbdb798
Commit
8cbdb798
authored
Apr 02, 2017
by
Igor Pecovnik
Browse files
Ubuntu adjustments
parent
a7270aa2
Changes
1
Show whitespace changes
Inline
Side-by-side
functions.sh
View file @
8cbdb798
...
...
@@ -179,6 +179,12 @@ echo "127.0.0.1 localhost.localdomain localhost" > /etc/hosts
echo "
${
serverIP
}
${
HOSTNAMEFQDN
}
${
HOSTNAMESHORT
}
#ispconfig
" >> /etc/hosts
echo "
$HOSTNAMESHORT
" > /etc/hostname
/etc/init.d/hostname.sh start >/dev/null 2>&1
if [[
$family
== "
Ubuntu
" ]]; then
# disable AppArmor
service apparmor stop
update-rc.d -f apparmor remove
apt-get remove apparmor apparmor-utils
fi
}
...
...
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