From 0d23e37124d4f41ef6127b050e1f38ff8767f4c7 Mon Sep 17 00:00:00 2001
From: HungryHobo <HungryHobo@mail.i2p>
Date: Sat, 13 Nov 2010 00:30:11 +0000
Subject: [PATCH] Add shebang to script

---
 installer/resources/runplain.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/installer/resources/runplain.sh b/installer/resources/runplain.sh
index 644bdadcf9..eaf2d297e0 100644
--- a/installer/resources/runplain.sh
+++ b/installer/resources/runplain.sh
@@ -1,4 +1,5 @@
-#
+#!/bin/sh
+
 # This runs the router by itself, WITHOUT the wrapper.
 # This means the router will not restart if it crashes.
 # Also, you will be using the default memory size, which is
-- 
GitLab