Skip to content

Commit 5af15b2

Browse files
authored
Merge pull request #4 from silinternational/develop
Release 2.0.1 - Added missing double quote
2 parents d455168 + f9d67c7 commit 5af15b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ $STATUS -ne 0 ]; then
1212
echo "restic-backup-restore: FATAL: Repository initialization returned non-zero status ($STATUS) in $(expr ${end} - ${start}) seconds."
1313
exit $STATUS
1414
else
15-
echo "restic-backup-restore: Repository initialization completed in $(expr ${end} - ${start}) seconds.
15+
echo "restic-backup-restore: Repository initialization completed in $(expr ${end} - ${start}) seconds."
1616
fi
1717

1818
echo "restic-backup-restore: init: Completed"

0 commit comments

Comments
 (0)