From 262c7e01eda18acd275d1c16b806a06c25a85c82 Mon Sep 17 00:00:00 2001 From: psychon Date: Sat, 1 Mar 2008 09:42:40 +0000 Subject: [PATCH] Some ftp clients skip empty files by default, so give install.sh some content git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@972 726aef4b-f618-498e-8847-2d620e286838 --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index e69de29b..6fac7216 100644 --- a/install.sh +++ b/install.sh @@ -0,0 +1,2 @@ +#!/bin/sh +echo 'This file is actually *not* needed, but autocrap wants it'