Skip to content

Commit a91065d

Browse files
authored
Update ss-dump-database.txt
1 parent b2bb964 commit a91065d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bash/ss-dump-database.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
## B. Touch Timestamp File
2727
## C. Message (Begin Script)
2828
## D. Dump MySQL Database(s)
29-
## E. Reset Permissions (Database Dump Files)
29+
## E. Reset Permissions (Database Dumps)
3030

3131
####################################################################################################
3232
#### A. SS-Dump-Database: Source SS-Config + SS-Functions ##########################################
@@ -90,11 +90,11 @@ elif [[ "${DEV_SITE}" == "true" ]] && [[ "${DB_REMOTE}" != "true" ]]; then
9090
fi
9191

9292
####################################################################################################
93-
#### E. SS-Dump-Database: Reset Permissions (Database Dump Files) ##################################
93+
#### E. SS-Dump-Database: Reset Permissions (Database Dumps) #######################################
9494
####################################################################################################
9595

96-
## here we do a quick permissions reset to ensure SFTP users can access the dump file ##
97-
## keep in mind that root/sudo users will have access to this file regardless ##
96+
## here we do a permissions reset to ensure SFTP users can access the database dumps ##
97+
## keep in mind that root/sudo users will have access to the dumps regardless ##
9898

9999
## production ##
100100
chown -R "${SFTP_USER}":www-data "${PATH_DUMP_DATABASE_PRODUCTION}"

0 commit comments

Comments
 (0)