azure-linux-automation/remote-scripts/stop-server.py

14 строки
130 B
Python

#!/usr/bin/python
import subprocess
import logging
import string
import os
from azuremodules import *
global op
StopServer()