Install script is optional
This commit is contained in:
parent
4fe7399c42
commit
729604457c
1 changed files with 3 additions and 1 deletions
|
@ -112,7 +112,9 @@ function application () {
|
|||
|
||||
git clone https://${arg_a}.git /data/domains/${arg_u}
|
||||
cd /data/domains/${arg_u}
|
||||
./scripts/install
|
||||
if [ -f ./scripts/install ]; then
|
||||
./scripts/install
|
||||
fi
|
||||
}
|
||||
|
||||
function start () {
|
||||
|
|
Loading…
Reference in a new issue