Browse Source

Merge pull request #82 from labriqueinternet/testing

python2.7 -> python3
Alexandre Aubin 3 years ago
parent
commit
539a1f26c3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      conf/ynh-hotspot
  2. 1 1
      manifest.json

+ 1 - 1
conf/ynh-hotspot

@@ -262,7 +262,7 @@ ynh_setting_set() {
     # performance reasons (it takes a few second to run every yunohost commands)
     # and to remove the need for the infamous '--need-lock' option/issue.
 
-    app="$1" key="$2" value="${3:-}" python2.7 - <<EOF
+    app="$1" key="$2" value="${3:-}" python3 - <<EOF
 import os, yaml, sys
 app = os.environ['app']
 key, value = os.environ['key'], os.environ.get('value', None)

+ 1 - 1
manifest.json

@@ -6,7 +6,7 @@
         "en": "Create and manager wifi networks, share Internet access and use Yunohost apps accross wifi",
         "fr": "Créer et configurer des réseaux wifi, partager l'accès a Internet et utiliser les applications Yunohost via wifi"
     },
-    "version": "1.2.0~ynh5",
+    "version": "1.2.0~ynh6",
     "url": "https://github.com/labriqueinternet/hotspot_ynh",
     "license": "AGPL-3.0",
     "maintainer": {