From d89e643ffeae7ec6438678e54ff12821d2030694 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 11 Sep 2018 12:08:39 +0200 Subject: [PATCH] Upgrade to SSOwat extension v0.6 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index ff6ed04..a69e3da 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -1,6 +1,6 @@ # Version numbers flarum_version="0.1.0-beta.7.1" -ssowat_ext_ver="0.5" +ssowat_ext_ver="0.6" # Execute a command as another user # usage: exec_as USER COMMAND [ARG ...]