Skip to content

Commit 554165f

Browse files
committed
bug fix: upgrade
1 parent 59d3b3a commit 554165f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cyberpanel_upgrade.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ check_return
244244
if [ $SERVER_OS = "Ubuntu" ] ; then
245245
. /usr/local/CyberPanel/bin/activate
246246
check_return
247-
pip3 install --ignore-installed -r /usr/local/pip-packs/*
247+
pip3 install --ignore-installed /usr/local/pip-packs/*
248248
check_return
249249
else
250250
source /usr/local/CyberPanel/bin/activate
@@ -288,7 +288,7 @@ check_return
288288
if [ $SERVER_OS = "Ubuntu" ] ; then
289289
. /usr/local/CyberCP/bin/activate
290290
check_return
291-
pip3 install --ignore-installed -r /usr/local/pip-packs/*
291+
pip3 install --ignore-installed /usr/local/pip-packs/*
292292
check_return
293293
else
294294
source /usr/local/CyberCP/bin/activate

0 commit comments

Comments
 (0)