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:
parent
76d0d9ce7e
commit
4a3724960c
2 changed files with 2 additions and 2 deletions
|
@ -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" : [
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue