File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ function init_local_vars {
25
25
declare -r SNR_LOG_PATH
26
26
}
27
27
28
- # # Import Librarys
28
+ # # Import Libraries
29
29
function import_libs {
30
30
# shellcheck source-path=SCRIPTDIR/libs/
31
31
source " ${BASE_SNR_PATH} /libs/configparser.sh"
@@ -69,7 +69,7 @@ if [[ "$#" -ne 0 ]]; then
69
69
while getopts " :dvh" arg; do
70
70
case " ${arg} " in
71
71
d )
72
- printf " \e[33mWARN: \e[0mRunnig sonar in Debug Mode ...\n"
72
+ printf " \e[33mWARN: \e[0mRunning sonar in Debug Mode ...\n"
73
73
SONAR_DEBUG=" 1"
74
74
set -x
75
75
;;
@@ -89,7 +89,7 @@ if [[ "$#" -ne 0 ]]; then
89
89
done
90
90
fi
91
91
92
- # Step 4: Make sure script runs with root priviledges
92
+ # Step 4: Make sure script runs with root privileges
93
93
if [[ " $( id -u) " != " 0" ]] && [[ " ${SONAR_DEBUG} " != " 1" ]]; then
94
94
do_run_as_root_msg
95
95
exit 1
You can’t perform that action at this time.
0 commit comments