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 17aa86c commit e5608b4Copy full SHA for e5608b4
bin/v-restore-user
@@ -257,9 +257,9 @@ if [ "$web" != 'no' ]; then
257
258
# Check proxy template
259
if [ ! -z "$PROXY_SYSTEM" ] && [ ! -z "$PROXY" ]; then
260
- if [ ! -e "$WEBTPL/$PROXY_SYSTEM/$TPL.tpl" ]; then
+ if [ ! -e "$WEBTPL/$PROXY_SYSTEM/$PROXY.tpl" ]; then
261
PROXY="default"
262
263
echo "Error: no avaiable proxy template"
264
echo "No available proxy tpl" |\
265
$send_mail -s "$subj" $email
0 commit comments