Thanks to visit codestin.com Credit goes to github.com
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 8bdfd2b commit 87e07feCopy full SHA for 87e07fe
share/github-backup-utils/ghe-backup-config
@@ -655,14 +655,15 @@ restore-secret() {
655
init-progress() {
656
if [ -d /tmp/backup-utils-progress ]; then
657
rm -rf /tmp/backup-utils-progress/*
658
- else
659
- mkdir /tmp/backup-utils-progress
660
fi
+
+ mkdir -p /tmp/backup-utils-progress
661
+ chmod -R 777 /tmp/backup-utils-progress
662
663
touch /tmp/backup-utils-progress/total
664
touch /tmp/backup-utils-progress/type
665
touch /tmp/backup-utils-progress/progress
666
touch /tmp/backup-utils-progress/info
- chmod -R 777 /tmp/backup-utils-progress
667
}
668
669
0 commit comments