Skip to content
Snippets Groups Projects

WS-1574 Part 2 of PIMS auto delete

Merged Daniel Nemergut requested to merge ws1574-toggle_seci_pims_auto_deletion into 2.8.3-DEVELOPMENT
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
#!/bin/sh
export CAPO_PROFILE=vlass.{{vlass_env}}
if [ -n $5 ]; then
if [ -n "$5" ]; then
./pimscache rm -c $1 -p $2
fi
Loading