File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -213,21 +213,21 @@ if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB" != '*' ]; then
213213 parse_object_kv_list_non_eval domain_conf
214214
215215 mkdir template/
216- mkdir template/$WEB_SYSTEM /
217- mkdir template/php-fpm/
216+ mkdir template/$WEB_SYSTEM /
217+ mkdir template/php-fpm/
218218
219219 if [ $WEB_BACKEND == ' php-fpm' ]; then
220220 cp $HESTIA /data/templates/web/$WEB_SYSTEM /php-fpm/$TPL .tpl template/$WEB_SYSTEM /
221- cp $HESTIA /data/templates/web/$WEB_SYSTEM /php-fpm/$TPL .stpl template/$WEB_SYSTEM /
221+ cp $HESTIA /data/templates/web/$WEB_SYSTEM /php-fpm/$TPL .stpl template/$WEB_SYSTEM /
222222 cp $HESTIA /data/templates/web/php-fpm/$BACKEND .tpl template/php-fpm/
223223 else
224224 cp $HESTIA /data/templates/web/$WEB_SYSTEM /$TPL .tpl template/$WEB_SYSTEM /
225- cp $HESTIA /data/templates/web/$WEB_SYSTEM /$TPL .stpl template/$WEB_SYSTEM /
225+ cp $HESTIA /data/templates/web/$WEB_SYSTEM /$TPL .stpl template/$WEB_SYSTEM /
226226 fi
227227 if [ ! -z " $PROXY_SYSTEM " ] && [ ! -z " $PROXY " ]; then
228228 mkdir template/$PROXY_SYSTEM
229229 cp $HESTIA /data/templates/web/$PROXY_SYSTEM /$PROXY .tpl template/$PROXY_SYSTEM /
230- cp $HESTIA /data/templates/web/$PROXY_SYSTEM /$PROXY .stpl template/$PROXY_SYSTEM /
230+ cp $HESTIA /data/templates/web/$PROXY_SYSTEM /$PROXY .stpl. template/$PROXY_SYSTEM /
231231 fi
232232
233233 # Backup custom config / backup LE config
You can’t perform that action at this time.
0 commit comments