Skip to content
Snippets Groups Projects
Commit 72960445 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Install script is optional

parent 4fe7399c
Branches pierreozoux-patch-1
No related tags found
No related merge requests found
...@@ -112,7 +112,9 @@ function application () { ...@@ -112,7 +112,9 @@ function application () {
git clone https://${arg_a}.git /data/domains/${arg_u} git clone https://${arg_a}.git /data/domains/${arg_u}
cd /data/domains/${arg_u} cd /data/domains/${arg_u}
./scripts/install if [ -f ./scripts/install ]; then
./scripts/install
fi
} }
function start () { function start () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment