1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/framagames_ynh.git synced 2024-09-03 18:36:28 +02:00

multi instance activated

This commit is contained in:
polytan02 2015-04-12 23:50:32 +01:00
parent 76d0d9ce7e
commit 4a3724960c
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
"name": "polytan02", "name": "polytan02",
"email": "polytan02@mcgva.org" "email": "polytan02@mcgva.org"
}, },
"multi_instance": "false", "multi_instance": "true",
"arguments": { "arguments": {
"install" : [ "install" : [
{ {

View file

@ -20,7 +20,7 @@ final_path=/var/www/webapp\_multi/$domain/$sitename
sudo yunohost app setting $app path -v $path sudo yunohost app setting $app path -v $path
# Removal of trailing / # 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%/} path=${path%/}
# Check domain/path availability # Check domain/path availability