Skip to content

Commit 81ce624

Browse files
committed
bugfix: auto creation of new mountpoints
1 parent 9729853 commit 81ce624

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/xenbackup.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ BIN_TAIL=$(which tail) || true
8383
BIN_SLEEP=$(which sleep) || true
8484
BIN_CAT=$(which cat) || true
8585
BIN_TAIL=$(which tail) || true
86+
BIN_MKDIR=$(which mkdir) || true
8687

8788
# set configured
8889
CONFIGURED=true

0 commit comments

Comments
 (0)