From bc7f04531855e01f42deb0955a72456649286bd5 Mon Sep 17 00:00:00 2001 From: Aiko Mastboom Date: Sat, 9 May 2015 20:08:39 +0200 Subject: [PATCH] just python.. --- image/bin/my_init | 2 +- image/bin/setuser | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/image/bin/my_init b/image/bin/my_init index 0502c6a..5f27f39 100755 --- a/image/bin/my_init +++ b/image/bin/my_init @@ -1,4 +1,4 @@ -#!/usr/bin/python3 -u +#!/usr/bin/python -u import os, os.path, sys, stat, signal, errno, argparse, time, json, re KILL_PROCESS_TIMEOUT = 5 diff --git a/image/bin/setuser b/image/bin/setuser index 73ec53f..371d6c1 100755 --- a/image/bin/setuser +++ b/image/bin/setuser @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/python import sys, os, pwd if len(sys.argv) < 3: