mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Uncomment not needed lines.
This commit is contained in:
parent
b627499acd
commit
f714b59c88
1 changed files with 3 additions and 3 deletions
|
|
@ -45,7 +45,7 @@ function npm_call(){
|
||||||
rm -rf $TMPDIR
|
rm -rf $TMPDIR
|
||||||
}
|
}
|
||||||
|
|
||||||
function wekan_repo_check(){
|
#function wekan_repo_check(){
|
||||||
## UNCOMMENTING, IT'S NOT REQUIRED THAT /HOME/USERNAME IS /HOME/WEKAN
|
## UNCOMMENTING, IT'S NOT REQUIRED THAT /HOME/USERNAME IS /HOME/WEKAN
|
||||||
# git_remotes="$(git remote show 2>/dev/null)"
|
# git_remotes="$(git remote show 2>/dev/null)"
|
||||||
# res=""
|
# res=""
|
||||||
|
|
@ -60,7 +60,7 @@ function wekan_repo_check(){
|
||||||
# echo "$PWD is not a wekan repository"
|
# echo "$PWD is not a wekan repository"
|
||||||
# exit;
|
# exit;
|
||||||
# fi
|
# fi
|
||||||
}
|
#}
|
||||||
|
|
||||||
echo
|
echo
|
||||||
PS3='Please enter your choice: '
|
PS3='Please enter your choice: '
|
||||||
|
|
@ -111,7 +111,7 @@ do
|
||||||
;;
|
;;
|
||||||
"Build Wekan")
|
"Build Wekan")
|
||||||
echo "Building Wekan."
|
echo "Building Wekan."
|
||||||
wekan_repo_check
|
#wekan_repo_check
|
||||||
# REPOS BELOW ARE INCLUDED TO WEKAN REPO
|
# 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
|
#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
|
#mkdir packages
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue