Skip to content

Commit

Permalink
possible bug fix in cloudlinux
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Oct 24, 2024
1 parent 404112d commit 92d54ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyberpanel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ fi

Debug_Log2 "Installing requirments..,3"

Retry_Command "pip install --default-timeout=3600 -r /usr/local/requirments.txt"
Retry_Command "/usr/local/CyberCP/bin/pip3 install --default-timeout=3600 -r /usr/local/requirments.txt"
Check_Return "requirments" "no_exit"

if [[ "$Server_OS" = "Ubuntu" ]] && [[ "$Server_OS_Version" = "22" ]] ; then
Expand Down

0 comments on commit 92d54ea

Please sign in to comment.