12 lines
279 B
Python
12 lines
279 B
Python
import os
|
|
import sys
|
|
import requests
|
|
|
|
current_version = []
|
|
new_version = []
|
|
|
|
# Get Current Version of Files -> Verionfile txt on /opt/agents/version.txt
|
|
|
|
# Check Verison on Github by Curl http://172.17.1.251/sebastian.serfling/Agents/src/branch/main/version
|
|
|
|
# IF Version same -> |