| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -106,7 +106,7 @@ fi | |||
| 106 | 106 | if [ "$oflag" != 1 ]; then | |
| 107 | 107 | dbHost=$(sed '/^\#/d' /etc/cloud/management/db.properties | grep 'db.cloud.host' | tail -n 1 | cut -d "=" -f2- | sed 's/^[[:space:]]*//;s/[[:space:]]*$//') | |
| 108 | 108 | fi | |
| 109 | - if [ "$rflag" != 1]; then | ||
| 109 | + if [ "$rflag" != 1 ]; then | ||
| 110 | 110 | dbUser=$(sed '/^\#/d' /etc/cloud/management/db.properties | grep 'db.cloud.username' | tail -n 1 | cut -d "=" -f2- | sed 's/^[[:space:]]*//;s/[[:space:]]*$//') | |
| 111 | 111 | fi | |
| 112 | 112 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments