Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Aug 6, 2024
1 parent 1d18d57 commit 982f721
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cyberpanel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1860,8 +1860,9 @@ Retry_Command "pip install --default-timeout=3600 -r /usr/local/requirments.txt"
if [[ "$Server_OS" = "Ubuntu" ]] && [[ "$Server_OS_Version" = "22" ]] ; then
cp /usr/bin/python3.10 /usr/local/CyberCP/bin/python3
else
rsync -av --ignore-existing /usr/lib64/python3.9/ /usr/local/CyberCP/lib64/python3.9/
Check_Return
# rsync -av --ignore-existing /usr/lib64/python3.9/ /usr/local/CyberCP/lib64/python3.9/
# Check_Return
:
fi

chown -R cyberpanel:cyberpanel /usr/local/CyberCP/lib
Expand Down

0 comments on commit 982f721

Please sign in to comment.