From 1ef16ca925a45c2f0a41a14f73ce9f818e3b7535 Mon Sep 17 00:00:00 2001 From: Kload Date: Sun, 3 Mar 2013 16:59:16 +0100 Subject: [PATCH] perl sucks! :D --- yunohost_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yunohost_app.py b/yunohost_app.py index f04bfa65..e3f1dfa6 100644 --- a/yunohost_app.py +++ b/yunohost_app.py @@ -426,7 +426,7 @@ def app_addaccess(apps, users): yaml.safe_dump(app_settings, f, default_flow_style=False) win_msg(_("App setting file updated")) - lemon_conf_lines[('locationRules', app_settings['domain'], '(?#'+ installed_app +'Z)^'+ app_settings['path'] )] = '$uid ~~ qw('+ new_users +')' + lemon_conf_lines[('locationRules', app_settings['domain'], '(?#'+ installed_app +'Z)^'+ app_settings['path'] )] = 'grep( /^$uid$/, qw('+ new_users +'))' lemon_configuration(lemon_conf_lines)