From b2a555f996dbeae0236504c2fb2f780d7b8a7c98 Mon Sep 17 00:00:00 2001 From: viehlieb Date: Mon, 18 Jul 2022 15:56:04 +0200 Subject: [PATCH] revert changeson rebuild-wekan.sh --- rebuild-wekan.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh index f8c9d6e2c..b2f1eea2e 100755 --- a/rebuild-wekan.sh +++ b/rebuild-wekan.sh @@ -6,10 +6,6 @@ echo "Note: If you use other locale than en_US.UTF-8 , you need to additionally echo " with 'sudo dpkg-reconfigure locales' , so that MongoDB works correctly." echo " You can still use any other locale as your main locale." -export $(cat .env) - -export OAUTH2_REQUEST_PERMISSIONS="openid profile email wekan_scope" - #Below script installs newest node 8.x for Debian/Ubuntu/Mint. function pause(){