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:
@@ -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