File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111- Check if mysql and mysqldump are installed
1212- Updated README.md
1313- Added optional ` BACKUP_CONFIG_ENVFILE ` variable to set the env file location
14- - Updated .env-example (commented out some optional variables)
14+ - Updated .env.dist (commented out some optional variables)
1515- Added check if ` BACKUP_DIR ` exists
1616- Added exit codes
1717- Added unit tests
@@ -27,6 +27,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2727- CHANGELOG
2828- README
2929- LICENCE
30- - .env-example
30+ - .env.dist
3131- .gitignore
3232- backup.sh
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ cd sql-backup
2626### Copy the configuration example
2727
2828``` sh
29- cp .env-example .env
29+ cp .env.dist .env
3030```
3131
3232### Edit your configuration file
You can’t perform that action at this time.
0 commit comments