| Server IP : 147.234.39.149 / Your IP : 172.30.80.1 Web Server : nginx/1.28.3 System : Linux AICRAFT 6.6.114.1-microsoft-standard-WSL2 #1 SMP PREEMPT_DYNAMIC Mon Dec 1 20:46:23 UTC 2025 x86_64 User : dphoto ( 1000) PHP Version : 8.5.4 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /bin/ |
Upload File : |
#! /usr/bin/python3
import os
import sys
if os.path.dirname(os.path.abspath(sys.argv[0])) == os.path.abspath("scripts"):
sys.path.insert(0, "./")
from landscape.client.package.releaseupgrader import main
if __name__ == "__main__":
main(sys.argv[1:])