Skip to content

Commit

Permalink
bug fix to ubuntu update
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Aug 10, 2024
1 parent 43322c6 commit e0fe348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyberpanel_upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ chown -R cyberpanel:cyberpanel /usr/local/CyberCP/lib64



if [[ "$Server_OS_Version" = "9" ]] || [[ "$Server_OS_Version" = "8" ]]; then
if [[ "$Server_OS_Version" = "9" ]] || [[ "$Server_OS_Version" = "8" ]] || or [[ "$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
Expand Down

6 comments on commit e0fe348

@alfarisi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

upgrade failed on ubuntu 20

@MobileApps2023
Copy link

@MobileApps2023 MobileApps2023 commented on e0fe348 Aug 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Three servers of mine that are running Ubuntu 22.04 is now showing "500
Internal Server Error
An internal server error has occured" Please fix this issue.

@nadsnir
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Three servers of mine that are running Ubuntu 22.04 is now showing "500 Internal Server Error An internal server error has occured" Please fix this issue.

Same here. Downgrading to 2.3.4 works.

@MobileApps2023
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Three servers of mine that are running Ubuntu 22.04 is now showing "500 Internal Server Error An internal server error has occured" Please fix this issue.

Same here. Downgrading to 2.3.4 works.

Can you please share the command? I want to downgrade. This update messed up all my servers :(

@nadsnir
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Three servers of mine that are running Ubuntu 22.04 is now showing "500 Internal Server Error An internal server error has occured" Please fix this issue.

Same here. Downgrading to 2.3.4 works.

Can you please share the command? I want to downgrade. This update messed up all my servers :(

Run the upgrade as usual, and at the beginning, when it asks for a version, type 2.3.4.

@MobileApps2023
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Three servers of mine that are running Ubuntu 22.04 is now showing "500 Internal Server Error An internal server error has occured" Please fix this issue.

Same here. Downgrading to 2.3.4 works.

Can you please share the command? I want to downgrade. This update messed up all my servers :(

Run the upgrade as usual, and at the beginning, when it asks for a version, type 2.3.4.

Thank you very much!

Please sign in to comment.