Skip to content
Snippets Groups Projects
Commit 76bf3cf1 authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

MOVINGSSH BUGFIX missing ""

parent 24cf3f05
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ parseConfig() ...@@ -116,7 +116,7 @@ parseConfig()
debug PARSE CONFIG debug PARSE CONFIG
#shopt -s extglob #shopt -s extglob
declare -g -A config declare -g -A config
if [ -f $configFile ] if [ -f "$configFile" ]
then then
while IFS='= ' read -r lhs rhs while IFS='= ' read -r lhs rhs
do do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment