File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
128128CH_HOST="localhost" # Host name. Default: localhost
129129CH_PORT="9000" # Port. Default: 9000
130130
131- CH_LOGIN="" # Administrative user login
131+ CH_LOGIN="" # Administrative user login
132132CH_PASSWORD="" # Administrative user password
133133```
134134
Original file line number Diff line number Diff line change 33CH_HOST="localhost" # Host name. Default: localhost
44CH_PORT="9000" # Port. Default: 9000
55
6- CH_LOGIN="" # Administrative user login
6+ CH_LOGIN="" # Administrative user login
77CH_PASSWORD="" # Administrative user password
You can’t perform that action at this time.
0 commit comments