Accidentally committed some debug changes, reverting

This commit is contained in:
Erik Thuning 2025-03-04 13:06:07 +01:00
parent dc051e9439
commit f0169b89bb

@ -112,9 +112,6 @@ def run_wg(*args, input: str=None):
return result.stdout
def run_command(command, *args) -> None:
# Temporarily disabling all external calls
return
# The command must be called on an absolute path so that it's possible
# to set up a safe sudoers rule for it.
command_path = Path().joinpath('commands.sh')