From b995c007aef75dc2dc9fba9eada793cd5b0a98a8 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 11 May 2016 11:15:07 +0200 Subject: [PATCH] Correction de l'utilisation de CreoleGet --- preservice/30-one-auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preservice/30-one-auth b/preservice/30-one-auth index 6b167d6..dc5ddb0 100644 --- a/preservice/30-one-auth +++ b/preservice/30-one-auth @@ -1,6 +1,6 @@ #!/bin/bash -auth_mode="$(CreoleGet sunstone_auth_modes)" +auth_mode="$(CreoleGet sunstone_auth_modes '')" unlink /var/lib/one/remotes/auth/default 2>/dev/null if [ -z "${auth_mode}" ]; then