mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-23 22:18:10 +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
|
* 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
|
* Initial Release
|
||||||
* Alpine:Edge
|
* Alpine:Edge
|
||||||
|
|||||||
@@ -9,12 +9,12 @@ date >/dev/null
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
### Sanity Test
|
### Sanity Test
|
||||||
if [ !-n "DB_TYPE"]; then
|
if [ !-n "DB_TYPE" ]; then
|
||||||
echo '** [db-backup] ERROR: No Database Type Selected! '
|
echo '** [db-backup] ERROR: No Database Type Selected! '
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ !-n "DB_HOST"]; then
|
if [ !-n "DB_HOST" ]; then
|
||||||
echo '** [db-backup] ERROR: No Database Host Entered! '
|
echo '** [db-backup] ERROR: No Database Host Entered! '
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user