Skip to content

Commit e9a1820

Browse files
author
Kristan Kenney
committed
Minor fixes to installer scripts
* Language / comment fixes * Remove duplicate conf.d entry in Ubuntu installer.
1 parent 79003f9 commit e9a1820

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

install/hst-install-debian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ help() {
8686
exit 1
8787
}
8888

89-
# Define file download function
89+
# Defining file download function
9090
download_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

install/hst-install-ubuntu.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ help() {
7171
exit 1
7272
}
7373

74-
# Define file download function
74+
# Defining file download function
7575
download_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

0 commit comments

Comments
 (0)