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 6655d5a commit 7998156Copy full SHA for 7998156
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.21.3 2020-06-10 <dave at tiredofit dot ca>
2
+
3
+ ### Changed
4
+ - Fix `backup-now` manual script due to services.available change
5
6
7
## 1.21.2 2020-06-08 <dave at tiredofit dot ca>
8
9
### Added
install/usr/local/bin/backup-now
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
echo '** Performing Manual Backup'
-/etc/s6/services/10-db-backup/run NOW
+/etc/services.available/10-db-backup/run NOW
0 commit comments