mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 22:53:23 +02:00
9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
![]() |
#!/bin/bash
|
||
|
|
||
|
set -eo pipefail
|
||
|
|
||
|
if [[ -e /home/lbkp/linstor/linstor_backup.zip ]]; then
|
||
|
echo Removing Linstor DB dump /home/lbkp/linstor/linstor_backup.zip
|
||
|
rm -f /home/lbkp/linstor/linstor_backup.zip
|
||
|
fi
|