Skip to content
Snippets Groups Projects
Commit 65783a60 authored by Bob Mottram's avatar Bob Mottram
Browse files

Remove liquidsoap user from sudoers

parent 475b4c06
No related branches found
No related tags found
No related merge requests found
...@@ -586,6 +586,10 @@ function remove_icecast { ...@@ -586,6 +586,10 @@ function remove_icecast {
$REMOVE_PACKAGES_PURGE icecast2 $REMOVE_PACKAGES_PURGE icecast2
chmod 755 /etc/sudoers
sed '/liquidsoapuser/d' /etc/sudoers
chmod 0440 /etc/sudoers
userdel -r liquidsoapuser userdel -r liquidsoapuser
if [ -d /etc/liquidsoapuser ]; then if [ -d /etc/liquidsoapuser ]; then
rm -rf /etc/liquidsoapuser rm -rf /etc/liquidsoapuser
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment