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 81737a1 commit 206c5d8Copy full SHA for 206c5d8
bin/ghe-backup
@@ -63,7 +63,7 @@ touch "incomplete"
63
# Exit early if the snapshot filesystem doesn't support hard links, symlinks and
64
# if rsync doesn't support hardlinking of dangling symlinks
65
trap 'rm -rf src dest1 dest2' EXIT
66
-mkdir src
+mkdir -p src
67
touch src/testfile
68
if ! ln -s /data/does/not/exist/hooks/ src/ >/dev/null 2>&1; then
69
echo "Error: the filesystem containing $GHE_DATA_DIR does not support symbolic links." 1>&2
0 commit comments