mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
Revert "Merge pull request #4 from YunoHost-Apps/enh-Update_v7"
This reverts commit76a19c5076
, reversing changes made tocccbaa4e48
.
This commit is contained in:
parent
b593aebaa2
commit
192e621b55
2 changed files with 3 additions and 7 deletions
|
@ -5,7 +5,6 @@
|
||||||
"en": "Accounting free software (Beligum and French accounting)",
|
"en": "Accounting free software (Beligum and French accounting)",
|
||||||
"fr": "Logiciel libre de comptabilité (comptabilité Belge et Française)"
|
"fr": "Logiciel libre de comptabilité (comptabilité Belge et Française)"
|
||||||
},
|
},
|
||||||
"url": "http://www.noalyss.eu/",
|
|
||||||
"license": "GPL-2",
|
"license": "GPL-2",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "bram",
|
"name": "bram",
|
||||||
|
@ -18,17 +17,14 @@
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a domain for NOALYSS",
|
"en": "Choose a domain for NOALYSS"
|
||||||
"fr": "Choisir un domaine pour NOALYSS"
|
|
||||||
},
|
},
|
||||||
"example": "domain.org"
|
"example": "domain.org"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a path for NOALYSS",
|
"en": "Choose a path for NOALYSS"
|
||||||
"fr": "Choisir un chemin pour NOALYSS"
|
|
||||||
},
|
},
|
||||||
"example": "/compta",
|
"example": "/compta",
|
||||||
"default": "/compta"
|
"default": "/compta"
|
||||||
|
|
|
@ -21,7 +21,7 @@ sudo cp -a ../sources/include/ $final_path
|
||||||
|
|
||||||
sudo chown -R www-data: $final_path
|
sudo chown -R www-data: $final_path
|
||||||
|
|
||||||
sudo yunohost app setting noalyss version -v "7.0.1.0"
|
sudo yunohost app setting noalyss version -v "6.9.0.0"
|
||||||
|
|
||||||
if [[ "$path" == "" ]]; then
|
if [[ "$path" == "" ]]; then
|
||||||
sed -i "s@PATHTOCHANGE@/@g" ../conf/nginx.conf
|
sed -i "s@PATHTOCHANGE@/@g" ../conf/nginx.conf
|
||||||
|
|
Loading…
Reference in a new issue