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 6aa00f4 commit 8a8899eCopy full SHA for 8a8899e
bin/v-restore-user
@@ -399,7 +399,7 @@ if [ "$web" != 'no' ] && [ ! -z "$WEB_SYSTEM" ]; then
399
fi
400
401
# Restoring web domain data
402
- if [ -d "$HOMEDIR/$user/web/$domain/public_html" ]
+ if [ -d "$HOMEDIR/$user/web/$domain/public_html" ]; then
403
rm -rf $HOMEDIR/$user/web/$domain/public_html/*
404
405
tar -xzpf $tmpdir/web/$domain/domain_data.tar.gz \
0 commit comments