Skip to content

Commit f26f6d3

Browse files
authored
Remove dot
1 parent 8a4fdf7 commit f26f6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-backup-user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB" != '*' ]; then
226226
if [ ! -z "$PROXY_SYSTEM" ] && [ ! -z "$PROXY" ]; then
227227
mkdir template/$PROXY_SYSTEM
228228
cp $HESTIA/data/templates/web/$PROXY_SYSTEM/$PROXY.tpl template/$PROXY_SYSTEM/
229-
cp $HESTIA/data/templates/web/$PROXY_SYSTEM/$PROXY.stpl. template/$PROXY_SYSTEM/
229+
cp $HESTIA/data/templates/web/$PROXY_SYSTEM/$PROXY.stpl template/$PROXY_SYSTEM/
230230
fi
231231

232232
# Backup custom config / backup LE config

0 commit comments

Comments
 (0)