File tree 2 files changed +5
-5
lines changed
backup_one_local_instance
restore_one_local_instance
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ function read_root_path {
22
22
}
23
23
24
24
# function: get_config_parameters
25
- # Read wp-conging .php to get parameters
25
+ # Read wp-config .php to get parameters
26
26
27
27
function get_config_parameters {
28
28
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ function iferror {
9
9
}
10
10
11
11
# function: mount_remote_backups
12
- # mmount remote backup for a domain
12
+ # mount remote backup for a domain
13
13
14
14
function mount_remote_backup {
15
15
mnt_dir=/tmp/$RANDOM ;
@@ -57,8 +57,8 @@ function restore_files {
57
57
58
58
}
59
59
60
- # function: set_config_parameters
61
- # get wp-config dabase parameters
60
+ # function: set_config_parameters
61
+ # get wp-config.php dabase parameters
62
62
63
63
function set_config_parameters {
64
64
@@ -78,7 +78,7 @@ function set_config_parameters {
78
78
79
79
80
80
# function: restore_database
81
- # restores database and tables to Mariadb/mysql_root_pass
81
+ # restore database and tables to Mariadb/mysql_root_pass
82
82
83
83
function restore_database {
84
84
You can’t perform that action at this time.
0 commit comments