panel.sh 760 B

12345678910111213141516171819202122232425262728293031323334
  1. ---
  2. sidebar_position: 9
  3. ---
  4. # System
  5. Scripts for checking OpenPanel version, running updates, etc.
  6. ## Check version
  7. To check installed openpanel version run the following command:
  8. ```bash
  9. bash /usr/local/admin/scripts/users/version.sh
  10. ```
  11. ## update_check
  12. To check if update is available run:
  13. ```bash
  14. bash /usr/local/admin/scripts/users/update_check.sh
  15. ```
  16. ## ate
  17. This script is used by OpenPanel to check if [autoupdate](/docs/admin/scripts/openpanel_config#autoupdate) or [autopatch](/docs/admin/scripts/openpanel_config#autopatch) options are enabled by user and then run update:
  18. ```bash
  19. bash /usr/local/admin/scripts/users/update.sh
  20. ```
  21. To manually update OpenPanel regardless of the `autoupdate` and `autopatch` settings, use `--force` flag.