Skip to content

Commit f4693c3

Browse files
committed
mk -p saving one line
1 parent 2bbab55 commit f4693c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/v-backup-user

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,7 @@ if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB" != '*' ]; then
212212
domain_conf=$(grep "DOMAIN='$domain'" $conf)
213213
parse_object_kv_list_non_eval domain_conf
214214

215-
mkdir template/
216-
mkdir template/$WEB_SYSTEM/
215+
mkdir -p template/$WEB_SYSTEM/
217216
mkdir template/php-fpm/
218217

219218
if [ $WEB_BACKEND == 'php-fpm' ]; then

0 commit comments

Comments
 (0)