Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2137 → Rev 2138

/alcasar.sh
651,7 → 651,7
# - base = users database
# - archive = tarball of "base + http firewall + netflow"
# - security = watchdog log
for i in base archive security;
for i in base archive security activity_report;
do
[ -d $DIR_SAVE/$i ] || mkdir -p $DIR_SAVE/$i
done