From 35565cc66a4120345b0381d954322206b402e6d2 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 29 Sep 2021 13:32:52 +0200 Subject: [PATCH] python2.7 -> python3 --- conf/ynh-hotspot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/ynh-hotspot b/conf/ynh-hotspot index 449a770..095c0ee 100644 --- a/conf/ynh-hotspot +++ b/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 - <