Restore edit lost in merge

This commit is contained in:
Jip-Hop 2023-08-15 07:14:28 +02:00
parent 77e5f7993a
commit 74fb8535ca
1 changed files with 1 additions and 1 deletions

View File

@ -899,7 +899,7 @@ def main():
fail("Run this script as root...")
# Set appropriate permissions (if not already set) for this file, since it's executed as root
stat_chmod(__file__, 0o700)
stat_chmod(SCRIPT_NAME, 0o700)
# Work relative to this script
os.chdir(SCRIPT_DIR_PATH)