From 35673a14a6774af7ac04b9ce19eaa1a93ce2bec6 Mon Sep 17 00:00:00 2001 From: Johannes Schickling Date: Sat, 31 Jan 2015 19:37:27 +0100 Subject: [PATCH] tmp --- beanstalkd-console/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beanstalkd-console/install.sh b/beanstalkd-console/install.sh index f726841..8795ad6 100644 --- a/beanstalkd-console/install.sh +++ b/beanstalkd-console/install.sh @@ -8,7 +8,7 @@ apt-get update && apt-get install -y curl # download curl -sL https://github.com/ptrofimov/beanstalk_console/archive/master.tar.gz | tar xvz -C /tmp -mv beanstalk_console-master /source +mv /tmp/beanstalk_console-master /source # cleanup package manager apt-get remove --purge -y curl && apt-get autoclean && apt-get clean