mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 13:23:12 +01:00
1.2 - Script Cleanup
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
## 1.1 - 2017-09-14 - dave at tiredofit dot ca
|
||||
## 1.2 2017-09-27 Dave Conroy <dave at tiredofit dot ca>
|
||||
* Script Cleanup
|
||||
|
||||
## 1.1 2017-09-14 Dave Conroy <dave at tiredofit dot ca>
|
||||
* Added CouchDB
|
||||
|
||||
## 1.0 - 2017-09-14 - dave at tiredofit dot ca
|
||||
## 1.0 2017-09-14 Dave Conroy <dave at tiredofit dot ca>
|
||||
* Initial Release
|
||||
* Alpine:Edge
|
||||
|
||||
@@ -9,12 +9,12 @@ date >/dev/null
|
||||
fi
|
||||
|
||||
### Sanity Test
|
||||
if [ !-n "DB_TYPE"]; then
|
||||
if [ !-n "DB_TYPE" ]; then
|
||||
echo '** [db-backup] ERROR: No Database Type Selected! '
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ !-n "DB_HOST"]; then
|
||||
if [ !-n "DB_HOST" ]; then
|
||||
echo '** [db-backup] ERROR: No Database Host Entered! '
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user