We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d3b3a commit 554165fCopy full SHA for 554165f
1 file changed
cyberpanel_upgrade.sh
@@ -244,7 +244,7 @@ check_return
244
if [ $SERVER_OS = "Ubuntu" ] ; then
245
. /usr/local/CyberPanel/bin/activate
246
check_return
247
- pip3 install --ignore-installed -r /usr/local/pip-packs/*
+ pip3 install --ignore-installed /usr/local/pip-packs/*
248
249
else
250
source /usr/local/CyberPanel/bin/activate
@@ -288,7 +288,7 @@ check_return
288
289
. /usr/local/CyberCP/bin/activate
290
291
292
293
294
source /usr/local/CyberCP/bin/activate
0 commit comments