Skip to content

Commit 2bbab55

Browse files
committed
Removed spaces
1 parent fc3e13c commit 2bbab55

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bin/v-backup-user

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)