initial commit

This commit is contained in:
Eike 2023-02-27 20:49:25 +01:00
parent eff2592ae5
commit 554a3ed054
1 changed files with 4 additions and 3 deletions

View File

@ -628,6 +628,7 @@ def delete_jail(jail_name):
def main(): def main():
eprint("hello basti")
if os.stat(__file__).st_uid != 0: if os.stat(__file__).st_uid != 0:
fail("This script should be owned by the root user...") fail("This script should be owned by the root user...")