Delete hosting-firewall.sh

not necessary file
This commit is contained in:
myvesta 2020-05-21 23:44:33 +02:00 committed by GitHub
commit 2540f7a16b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +0,0 @@
#!/bin/bash
# Changing public_html permission
user="$1"
domain="$2"
ip="$3"
home_dir="$4"
docroot="$5"
chmod 755 $docroot
exit 0