Fix shebang line of /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
authorMichael Prokop <devnull@localhost>
Mon, 17 Sep 2007 13:49:24 +0000 (15:49 +0200)
committerMichael Prokop <devnull@localhost>
Mon, 17 Sep 2007 13:49:24 +0000 (15:49 +0200)
etc/grml/fai/config/scripts/GRMLBASE/21-usersetup

index 4746b87..ba46d1c 100755 (executable)
@@ -1,4 +1,4 @@
-#/bin/sh
+#!/bin/sh
 # Filename:      /etc/grml/fai/config/scripts/GRML/21-usersetup
 # Purpose:       adjust user setup of the live-system
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>