Skip to content

Commit 078cf64

Browse files
committedNov 19, 2016
correcion menor en comentarios
1 parent 60c84a9 commit 078cf64

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎backup_one_local_instance/backup_one_local_instance.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function read_root_path {
2222
}
2323

2424
# function: get_config_parameters
25-
# Read wp-conging.php to get parameters
25+
# Read wp-config.php to get parameters
2626

2727
function get_config_parameters {
2828

‎restore_one_local_instance/restore_one_local_instance.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function iferror {
99
}
1010

1111
# function: mount_remote_backups
12-
# mmount remote backup for a domain
12+
# mount remote backup for a domain
1313

1414
function mount_remote_backup {
1515
mnt_dir=/tmp/$RANDOM;
@@ -57,8 +57,8 @@ function restore_files {
5757

5858
}
5959

60-
#function: set_config_parameters
61-
# get wp-config dabase parameters
60+
# function: set_config_parameters
61+
# get wp-config.php dabase parameters
6262

6363
function set_config_parameters {
6464

@@ -78,7 +78,7 @@ function set_config_parameters {
7878

7979

8080
# function: restore_database
81-
# restores database and tables to Mariadb/mysql_root_pass
81+
# restore database and tables to Mariadb/mysql_root_pass
8282

8383
function restore_database {
8484

0 commit comments

Comments
 (0)