for creole's zephir2 branch
This commit is contained in:
6
upgrade/pre_download/01-bacula
Executable file
6
upgrade/pre_download/01-bacula
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Suppression des anciens fichiers bacula (#14933)
|
||||
if [ -d /etc/bacula/baculafichiers.d ];then
|
||||
rm -rf /etc/bacula/baculafichiers.d
|
||||
fi
|
Reference in New Issue
Block a user