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.
11
11
- Check if mysql and mysqldump are installed
12
12
- Updated README.md
13
13
- 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)
15
15
- Added check if ` BACKUP_DIR ` exists
16
16
- Added exit codes
17
17
- Added unit tests
@@ -27,6 +27,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
27
27
- CHANGELOG
28
28
- README
29
29
- LICENCE
30
- - .env-example
30
+ - .env.dist
31
31
- .gitignore
32
32
- backup.sh
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ cd sql-backup
26
26
### Copy the configuration example
27
27
28
28
``` sh
29
- cp .env-example .env
29
+ cp .env.dist .env
30
30
```
31
31
32
32
### Edit your configuration file
You can’t perform that action at this time.
0 commit comments