From 9356b6e8f7707f81c75a578bdfd2080b93fc1aa2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 22 Jun 2017 14:44:55 +0200 Subject: bin/cleanup is now for sh instead of bash --- bin/cleanup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cleanup b/bin/cleanup index e31dbb3..e58fe9d 100755 --- a/bin/cleanup +++ b/bin/cleanup @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # clean up unnecessary data -- cgit v1.2.3-54-g00ecf