From f714b59c884ee0d113475195d3eb05121517c8ab Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 20 Apr 2019 16:31:10 +0300 Subject: Uncomment not needed lines. --- rebuild-wekan.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh index 518936b6..adb3fd93 100755 --- a/rebuild-wekan.sh +++ b/rebuild-wekan.sh @@ -45,7 +45,7 @@ function npm_call(){ rm -rf $TMPDIR } -function wekan_repo_check(){ +#function wekan_repo_check(){ ## UNCOMMENTING, IT'S NOT REQUIRED THAT /HOME/USERNAME IS /HOME/WEKAN # git_remotes="$(git remote show 2>/dev/null)" # res="" @@ -60,7 +60,7 @@ function wekan_repo_check(){ # echo "$PWD is not a wekan repository" # exit; # fi -} +#} echo PS3='Please enter your choice: ' @@ -111,7 +111,7 @@ do ;; "Build Wekan") echo "Building Wekan." - wekan_repo_check + #wekan_repo_check # REPOS BELOW ARE INCLUDED TO WEKAN REPO #rm -rf packages/kadira-flow-router packages/meteor-useraccounts-core packages/meteor-accounts-cas packages/wekan-ldap packages/wekan-ldap packages/wekan-scrfollbar packages/meteor-accounts-oidc packages/markdown #mkdir packages -- cgit v1.2.3-1-g7c22