File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,6 @@ elif [[ "$OS" = "Ubuntu" || "$OS" = "debian" ]]; then
193
193
fi
194
194
fi
195
195
196
-
197
196
# ***************************************
198
197
# Sentora Installation/Update really starts here
199
198
# ***************************************
@@ -275,7 +274,7 @@ if [[ "$OS" = "CentOs" ]]; then
275
274
if [[ " $VER " == " 8" ]]; then
276
275
systemctl enable " $HTTP_SERVICE .service"
277
276
systemctl start " $HTTP_SERVICE .service"
278
- elif [[ " $OS " = " Ubuntu" ]];
277
+ else [[ " $OS " = " Ubuntu" ]];
279
278
chkconfig " $HTTP_SERVICE " on
280
279
" /etc/init.d/$HTTP_SERVICE " start
281
280
fi
284
283
# Disable PHP EOL message for snuff in apache evrvars file
285
284
if [[ " $OS " = " CentOs" ]]; then
286
285
287
- #
286
+ echo ' will add later for Centos '
288
287
289
288
else
290
289
echo ' ' >> /etc/apache2/envvars
@@ -293,14 +292,6 @@ else
293
292
fi
294
293
295
294
296
-
297
-
298
-
299
-
300
-
301
-
302
-
303
-
304
295
# -------------------------------------------------------------------------------
305
296
# ProFTPd Below
306
297
# -------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments