File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
9090fi
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 ##
100100chown -R " ${SFTP_USER} " :www-data " ${PATH_DUMP_DATABASE_PRODUCTION} "
You can’t perform that action at this time.
0 commit comments