From cd3435d17f7f517a66dc932653af7a04a09a021a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 3 Jun 2021 15:19:25 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index ec996a6..2484a54 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -18,7 +18,7 @@ RUBY_VERSION="3.0.1" exec_login_as() { local user=$1 shift 1 - exec_as $user --login "$@" + ynh_exec_as $user --login "$@" } # Returns true if a swap partition is enabled, false otherwise