Skip to content

Commit c95bb6d

Browse files
authored
Fixed shell script typo with retain.sh
1 parent f460eb6 commit c95bb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ echo "=> Retain script created"
9898
ln -s /restore.sh /usr/bin/restore
9999
ln -s /backup.sh /usr/bin/backup
100100
ln -s /listbackups.sh /usr/bin/listbackups
101-
ln -s /retain.shd /usr/bin/retain
101+
ln -s /retain.sh /usr/bin/retain
102102

103103
touch /mongo_backup.log
104104

0 commit comments

Comments
 (0)