mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
Create hosting-firewall.sh
This commit is contained in:
parent
26bf021da9
commit
60cefe45a7
1 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
||||||
|
#!/bin/bash
|
||||||
|
# Changing public_html permission
|
||||||
|
user="$1"
|
||||||
|
domain="$2"
|
||||||
|
ip="$3"
|
||||||
|
home_dir="$4"
|
||||||
|
docroot="$5"
|
||||||
|
|
||||||
|
chmod 755 $docroot
|
||||||
|
|
||||||
|
exit 0
|
Loading…
Add table
Add a link
Reference in a new issue