Fix permissions (again)

This commit is contained in:
iamromulan
2024-04-13 22:55:24 -04:00
parent 221178abb0
commit dd98716a44
3 changed files with 3 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ remount_rw() {
remount_ro() {
mount -o remount,ro /
}
remount_rw
# Function to remove Simple Firewall
uninstall_simple_firewall() {
echo "Uninstalling Simplefirewall..."