Skip to content
Snippets Groups Projects
Commit c23686ab authored by Neil Killeen's avatar Neil Killeen
Browse files

put namespace in " so handles namespaces with spaces

parent 9844a84e
No related branches found
No related tags found
No related merge requests found
...@@ -140,7 +140,7 @@ do ...@@ -140,7 +140,7 @@ do
exit 1 exit 1
fi fi
fi fi
COMMAND="${COMMAND} :namespace ${ns}" COMMAND="${COMMAND} :namespace \"${ns}"\"
done done
COMMAND="${COMMAND} :token < :role -type role ${ROLE} :to now+${EXPIRE_DAYS}day > :verbose ${VERBOSE} :overwrite ${OVERWRITE}" COMMAND="${COMMAND} :token < :role -type role ${ROLE} :to now+${EXPIRE_DAYS}day > :verbose ${VERBOSE} :overwrite ${OVERWRITE}"
COMMAND="${COMMAND} >" COMMAND="${COMMAND} >"
......
...@@ -136,7 +136,7 @@ do ...@@ -136,7 +136,7 @@ do
exit 1 exit 1
fi fi
fi fi
COMMAND="${COMMAND} :namespace ${ns}" COMMAND="${COMMAND} :namespace \"${ns}"\"
done done
COMMAND="${COMMAND} :token < :role -type role ${ROLE} :to now+${EXPIRE_DAYS}day > :verbose ${VERBOSE} :overwrite ${OVERWRITE}" COMMAND="${COMMAND} :token < :role -type role ${ROLE} :to now+${EXPIRE_DAYS}day > :verbose ${VERBOSE} :overwrite ${OVERWRITE}"
COMMAND="${COMMAND} >" COMMAND="${COMMAND} >"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment