From 7d8f7c9d6a16db9add564395c143d6676eb0fae6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 10 Oct 2014 09:05:50 +0200 Subject: core-services/99-cleanup.sh: no need to set a shebang. --- core-services/99-cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core-services/99-cleanup.sh') diff --git a/core-services/99-cleanup.sh b/core-services/99-cleanup.sh index 63a973c..2d7da1d 100644 --- a/core-services/99-cleanup.sh +++ b/core-services/99-cleanup.sh @@ -1,4 +1,4 @@ -#!/bin/sh +# vim: set ts=4 sw=4 et: install -m0664 -o root -g utmp /dev/null /run/utmp if [ ! -e /var/log/wtmp ]; then -- cgit 1.4.1