We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b7085 commit ee886f4Copy full SHA for ee886f4
install/hst-install-debian.sh
@@ -137,6 +137,14 @@ set_default_lang() {
137
fi
138
}
139
140
+# Define the default backend port
141
+set_default_port() {
142
+ if [ -z "$port" ]; then
143
+ eval port=$1
144
+ fi
145
+}
146
+
147
148
149
#----------------------------------------------------------#
150
# Verifications #
install/hst-install-ubuntu.sh
@@ -116,6 +116,13 @@ set_default_lang() {
116
117
118
119
120
121
122
123
124
125
126
127
128
0 commit comments