Skip to content

Commit fe5faad

Browse files
committed
Version 1.3.0
1 parent 7f2dcf6 commit fe5faad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Extract script files to separate directory (for example **~scripts/**) and grant
117117
# tar xvzf 1.3.0.tar.gz
118118
# mv ch_dba_scripts-1.3.0/scripts ~/scripts
119119
# chmod 700 ~/scripts/*.sh
120-
$ chmod 600 ~/scripts/settings.txt
120+
# chmod 600 ~/scripts/settings.txt
121121
```
122122

123123

@@ -128,7 +128,7 @@ Modify file **settings.txt**. Uncomment and correct the entries for your current
128128
CH_HOST="localhost" # Host name. Default: localhost
129129
CH_PORT="9000" # Port. Default: 9000
130130
131-
CH_LOGIN="" # Administrative user login
131+
CH_LOGIN="" # Administrative user login
132132
CH_PASSWORD="" # Administrative user password
133133
```
134134

scripts/settings.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
CH_HOST="localhost" # Host name. Default: localhost
44
CH_PORT="9000" # Port. Default: 9000
55

6-
CH_LOGIN="" # Administrative user login
6+
CH_LOGIN="" # Administrative user login
77
CH_PASSWORD="" # Administrative user password

0 commit comments

Comments
 (0)