Install script is optional

This commit is contained in:
pierreozoux 2016-04-17 10:43:12 +02:00
parent 4fe7399c42
commit 729604457c

View file

@ -112,7 +112,9 @@ function application () {
git clone https://${arg_a}.git /data/domains/${arg_u}
cd /data/domains/${arg_u}
if [ -f ./scripts/install ]; then
./scripts/install
fi
}
function start () {