Commit 62b1d69abb4fa8df0fd2ea16fc7921d3f3f928e2
1 parent
3e514d6f
Exists in
master
Ajuste no 'install.sh'! By Questor
Showing
2 changed files
with
5 additions
and
2 deletions
Show diff stats
inst-lbneo-1.0/install.sh
... | ... | @@ -734,8 +734,6 @@ if [[ $response =~ ^([yY][eE][sS]|[yY])$ ]] ; then |
734 | 734 | |
735 | 735 | cd "$SCRIPTDIR" |
736 | 736 | |
737 | -rm -f /usr/local/lbneo/virtenvlb3.2/src/LBGenerator/lbgenerator.wsgi | |
738 | - | |
739 | 737 | cd ./other-srcs-n-apps |
740 | 738 | cp -f lbgenerator.wsgi /usr/local/lbneo/virtenvlb3.2/src/LBGenerator/lbgenerator.wsgi |
741 | 739 | ... | ... |