Skip to content

Commit f417ead

Browse files
committed
Added db.sh for editing database creds
1 parent bd66238 commit f417ead

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
File renamed without changes.

Website_Backup/db.sh

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
3+
# These are settings for you to customize the script to fit your needs
4+
# Include the trailing slash while setting any path variables
5+
6+
# Local database credentials
7+
DBNAME=''
8+
DBUSER=''
9+
DBPASS=''

0 commit comments

Comments
 (0)