New: Simplefirewall
Re-add missing function
This commit is contained in:
@@ -107,6 +107,10 @@ is_simple_firewall_installed() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Check if Simple Admin is installed
|
||||||
|
is_simple_admin_installed() {
|
||||||
|
[ -d "$SIMPLE_ADMIN_DIR" ] && return 0 || return 1
|
||||||
|
|
||||||
# Function to install/update Simple Firewall
|
# Function to install/update Simple Firewall
|
||||||
install_update_simple_firewall() {
|
install_update_simple_firewall() {
|
||||||
echo "Installing/Updating Simple Firewall..."
|
echo "Installing/Updating Simple Firewall..."
|
||||||
|
|||||||
Reference in New Issue
Block a user