create Folder latest / move Update out of Version to rename
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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 ->
|
||||
Reference in New Issue
Block a user