Skip to content
Snippets Groups Projects
Commit dc401d4f authored by Daniel Nemergut's avatar Daniel Nemergut
Browse files

Needed quotes around the variable for existance testing

parent 3d559048
No related branches found
No related tags found
2 merge requests!1607merge 2.8.3 to main,!1604WS-1574 Part 2 of PIMS auto delete
Pipeline #14708 passed
#!/bin/sh
export CAPO_PROFILE=vlass.{{vlass_env}}
if [ -n $5 ]; then
if [ -n "$5" ]; then
./pimscache rm -c $1 -p $2
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment