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 348dd7c commit 4600b2aCopy full SHA for 4600b2a
bin/v-restore-user
@@ -332,10 +332,11 @@ if [ "$web" != 'no' ]; then
332
conf="$HOMEDIR/$user/conf/web/$PROXY_SYSTEM.conf"
333
cat $tmp_conf >> $conf
334
rm -f $tmp_conf
335
- fi
336
- proxy_include=$(grep "$conf" $proxy_conf)
337
- if [ -z "$proxy_include" ]; then
338
- echo "include $conf;" >> $proxy_conf
+
+ proxy_include=$(grep "$conf" $proxy_conf)
+ if [ -z "$proxy_include" ]; then
+ echo "include $conf;" >> $proxy_conf
339
+ fi
340
fi
341
342
# Adding SSL proxy vhost
0 commit comments