diff --git a/manifest.json b/manifest.json index 783c5ea..2211b48 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,7 @@ "name": "polytan02", "email": "polytan02@mcgva.org" }, - "multi_instance": "false", + "multi_instance": "true", "arguments": { "install" : [ { diff --git a/scripts/install b/scripts/install index 58946ca..6e6e0d4 100644 --- a/scripts/install +++ b/scripts/install @@ -20,7 +20,7 @@ final_path=/var/www/webapp\_multi/$domain/$sitename sudo yunohost app setting $app path -v $path # Removal of trailing / -# path can be null but not really an issue for the following commands +# path can be null but not really an issue for the remaining commands path=${path%/} # Check domain/path availability