Skip to content

Commit fc3e13c

Browse files
committed
For non fpm setups
1 parent c2f96db commit fc3e13c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/v-backup-user

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB" != '*' ]; then
221221
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
224-
cp $HESTIA/data/templates/web/$WEB_SYSTEM/php-fpm/$TPL.tpl template/$WEB_SYSTEM/
225-
cp $HESTIA/data/templates/web/$WEB_SYSTEM/php-fpm/$TPL.stpl template/$WEB_SYSTEM/
224+
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/
226226
fi
227227
if [ ! -z "$PROXY_SYSTEM" ] && [ ! -z "$PROXY" ]; then
228228
mkdir template/$PROXY_SYSTEM

0 commit comments

Comments
 (0)