We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4fdf7 commit f26f6d3Copy full SHA for f26f6d3
bin/v-backup-user
@@ -226,7 +226,7 @@ if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB" != '*' ]; then
226
if [ ! -z "$PROXY_SYSTEM" ] && [ ! -z "$PROXY" ]; then
227
mkdir template/$PROXY_SYSTEM
228
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/
+ cp $HESTIA/data/templates/web/$PROXY_SYSTEM/$PROXY.stpl template/$PROXY_SYSTEM/
230
fi
231
232
# Backup custom config / backup LE config
0 commit comments