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)",
|
||||
"fr": "Logiciel libre de comptabilité (comptabilité Belge et Française)"
|
||||
},
|
||||
"url": "http://www.noalyss.eu/",
|
||||
"license": "GPL-2",
|
||||
"maintainer": {
|
||||
"name": "bram",
|
||||
|
@ -18,17 +17,14 @@
|
|||
{
|
||||
"name": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain for NOALYSS",
|
||||
"fr": "Choisir un domaine pour NOALYSS"
|
||||
"en": "Choose a domain for NOALYSS"
|
||||
},
|
||||
"example": "domain.org"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for NOALYSS",
|
||||
"fr": "Choisir un chemin pour NOALYSS"
|
||||
"en": "Choose a path for NOALYSS"
|
||||
},
|
||||
"example": "/compta",
|
||||
"default": "/compta"
|
||||
|
|
|
@ -21,7 +21,7 @@ sudo cp -a ../sources/include/ $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
|
||||
sed -i "s@PATHTOCHANGE@/@g" ../conf/nginx.conf
|
||||
|
|
Loading…
Reference in a new issue