Skip to content

Commit

Permalink
Added missing double quote in init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dalenewby committed Jul 27, 2022
1 parent 5f07e29 commit b5523f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ $STATUS -ne 0 ]; then
echo "restic-backup-restore-b2: FATAL: Repository initialization returned non-zero status ($STATUS) in $(expr ${end} - ${start}) seconds."
exit $STATUS
else
echo "restic-backup-restore-b2: Repository initialization completed in $(expr ${end} - ${start}) seconds.
echo "restic-backup-restore-b2: Repository initialization completed in $(expr ${end} - ${start}) seconds."
fi

echo "restic-backup-restore-b2: init: Completed"
Expand Down

0 comments on commit b5523f6

Please # to comment.