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 2bbab55 commit f4693c3Copy full SHA for f4693c3
bin/v-backup-user
@@ -212,8 +212,7 @@ if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB" != '*' ]; then
212
domain_conf=$(grep "DOMAIN='$domain'" $conf)
213
parse_object_kv_list_non_eval domain_conf
214
215
- mkdir template/
216
- mkdir template/$WEB_SYSTEM/
+ mkdir -p template/$WEB_SYSTEM/
217
mkdir template/php-fpm/
218
219
if [ $WEB_BACKEND == 'php-fpm' ]; then
0 commit comments