evobackup/install/etc/evobackup/actions.d/00_prerequisites
Benoit.S « Benpro » eb4c2c6f41 Refactoring of the code.
Evobackup is is now all in english and it is more flexible and easy to
install & configure.
2013-08-03 22:53:04 +02:00

5 lines
93 B
Bash
Executable file

#!/bin/sh
# Prerequisites actions to do.
test ! -d /home/backup && mkdir /home/backup
exit 0