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.
2 parents d455168 + f9d67c7 commit 5af15b2Copy full SHA for 5af15b2
application/init.sh
@@ -12,7 +12,7 @@ if [ $STATUS -ne 0 ]; then
12
echo "restic-backup-restore: FATAL: Repository initialization returned non-zero status ($STATUS) in $(expr ${end} - ${start}) seconds."
13
exit $STATUS
14
else
15
- echo "restic-backup-restore: Repository initialization completed in $(expr ${end} - ${start}) seconds.
+ echo "restic-backup-restore: Repository initialization completed in $(expr ${end} - ${start}) seconds."
16
fi
17
18
echo "restic-backup-restore: init: Completed"
0 commit comments