From 7a556edd0f63e4bd7c552398a4de00a5f30d4254 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 29 Dec 2018 14:49:14 +0100 Subject: [PATCH] add shebang to conf_files so that bootmanager can call it directly --- conf_files.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 conf_files.py diff --git a/conf_files.py b/conf_files.py old mode 100644 new mode 100755 index a5b2cb2..e48435c --- a/conf_files.py +++ b/conf_files.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + """configuration files""" import grp -- 2.43.0