Skip to content

Commit

Permalink
Fix to remove /var/webmin too in uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jul 12, 2022
1 parent 1230209 commit 00e67c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,8 @@ if [ "\$answer" = "y" ]; then
rm -rf "$wadir"
echo "Deleting $config_dir .."
rm -rf "$config_dir"
echo "Deleting $var_dir .."
rm -rf "$var_dir"
systemctlcmd=\`which systemctl 2>/dev/null\`
if [ -x "\$systemctlcmd" ]; then
echo "Deleting usermin.service .."
Expand Down

0 comments on commit 00e67c4

Please sign in to comment.