Skip to content

Commit

Permalink
bug fix: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Apr 23, 2020
1 parent 59d3b3a commit 554165f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cyberpanel_upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ check_return
if [ $SERVER_OS = "Ubuntu" ] ; then
. /usr/local/CyberPanel/bin/activate
check_return
pip3 install --ignore-installed -r /usr/local/pip-packs/*
pip3 install --ignore-installed /usr/local/pip-packs/*
check_return
else
source /usr/local/CyberPanel/bin/activate
Expand Down Expand Up @@ -288,7 +288,7 @@ check_return
if [ $SERVER_OS = "Ubuntu" ] ; then
. /usr/local/CyberCP/bin/activate
check_return
pip3 install --ignore-installed -r /usr/local/pip-packs/*
pip3 install --ignore-installed /usr/local/pip-packs/*
check_return
else
source /usr/local/CyberCP/bin/activate
Expand Down

0 comments on commit 554165f

Please sign in to comment.