|
@@ -221,8 +221,8 @@ if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB" != '*' ]; then
|
|
|
cp $HESTIA/data/templates/web/$WEB_SYSTEM/php-fpm/$TPL.stpl template/$WEB_SYSTEM/
|
|
cp $HESTIA/data/templates/web/$WEB_SYSTEM/php-fpm/$TPL.stpl template/$WEB_SYSTEM/
|
|
|
cp $HESTIA/data/templates/web/php-fpm/$BACKEND.tpl template/php-fpm/
|
|
cp $HESTIA/data/templates/web/php-fpm/$BACKEND.tpl template/php-fpm/
|
|
|
else
|
|
else
|
|
|
- cp $HESTIA/data/templates/web/$WEB_SYSTEM/php-fpm/$TPL.tpl template/$WEB_SYSTEM/
|
|
|
|
|
- cp $HESTIA/data/templates/web/$WEB_SYSTEM/php-fpm/$TPL.stpl template/$WEB_SYSTEM/
|
|
|
|
|
|
|
+ cp $HESTIA/data/templates/web/$WEB_SYSTEM/$TPL.tpl template/$WEB_SYSTEM/
|
|
|
|
|
+ cp $HESTIA/data/templates/web/$WEB_SYSTEM/$TPL.stpl template/$WEB_SYSTEM/
|
|
|
fi
|
|
fi
|
|
|
if [ ! -z "$PROXY_SYSTEM" ] && [ ! -z "$PROXY" ]; then
|
|
if [ ! -z "$PROXY_SYSTEM" ] && [ ! -z "$PROXY" ]; then
|
|
|
mkdir template/$PROXY_SYSTEM
|
|
mkdir template/$PROXY_SYSTEM
|