From: Guillaume Pellerin Date: Thu, 21 Jan 2016 20:11:42 +0000 (+0100) Subject: fix init script first line X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a63c4b31f11d9da8a3a095f07afc81c31884c8bc;p=mezzo.git fix init script first line --- diff --git a/app/deploy/install_linux.py b/app/deploy/install_linux.py index da6d7bef..98d4da0f 100755 --- a/app/deploy/install_linux.py +++ b/app/deploy/install_linux.py @@ -3,8 +3,7 @@ import os, sys import argparse -sysvinit_script = """ -#!/bin/sh +sysvinit_script = """#!/bin/sh ### BEGIN INIT INFO # Provides: %s