bug fix: upgrade on ubuntu

This commit is contained in:
usmannasir 2024-11-14 11:56:49 +05:00
parent fba679cc5f
commit c4acd33a39
1 changed files with 1 additions and 1 deletions

View File

@ -833,7 +833,7 @@ chown -R cyberpanel:cyberpanel /usr/local/CyberCP/lib64
if [[ "$Server_OS_Version" = "9" ]] || [[ "$Server_OS_Version" = "8" ]] || [[ "$Server_OS_Version" = "20" ]]; then
if [[ "$Server_OS_Version" = "9" ]] || [[ "$Server_OS_Version" = "18" ]] || [[ "$Server_OS_Version" = "8" ]] || [[ "$Server_OS_Version" = "20" ]]; then
echo "PYTHONHOME=/usr" > /usr/local/lscp/conf/pythonenv.conf
else
# Uncomment and use the following lines if necessary for other OS versions