File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ help() {
8686 exit 1
8787}
8888
89- # Define file download function
89+ # Defining file download function
9090download_file () {
91- wget $1 -q --show-progress --progress=bar:force
91+ wget $1 -q --show-progress --progress=bar:force
9292}
9393
9494# Defining password-gen function
Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ help() {
7171 exit 1
7272}
7373
74- # Define file download function
74+ # Defining file download function
7575download_file () {
76- wget $1 -q --show-progress --progress=bar:force
76+ wget $1 -q --show-progress --progress=bar:force
7777}
7878
7979# Defining password-gen function
@@ -1122,7 +1122,6 @@ if [ "$apache" = 'yes' ]; then
11221122 a2enmod actions > /dev/null 2>&1
11231123 a2enmod ruid2 > /dev/null 2>&1
11241124 mkdir -p /etc/apache2/conf.d
1125- mkdir -p /etc/apache2/conf.d
11261125 mkdir -p /etc/apache2/conf.d/domains
11271126 echo " # Powered by hestia" > /etc/apache2/sites-available/default
11281127 echo " # Powered by hestia" > /etc/apache2/sites-available/default-ssl
You can’t perform that action at this time.
0 commit comments