From d63ff00fff5c0405da7fdaeec53e9302ad276daa Mon Sep 17 00:00:00 2001 From: toby Date: Thu, 27 Sep 2018 14:03:38 +0000 Subject: [PATCH] fixing cleanup ;/ --- drone-not-working.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drone-not-working.sh b/drone-not-working.sh index 8ef391e..8ac1c36 100755 --- a/drone-not-working.sh +++ b/drone-not-working.sh @@ -10,4 +10,4 @@ cd $TMP_DIR sudo dpkg-buildpackage --no-sign scp -i ~/.ssh/packager -o StrictHostKeyChecking=no -P 22022 ../wit-pxeboot_*_all.deb root@cloud-api.v1.cloud.wit.com:/data/incoming cd - -rm -r $TMP_DIR +sudo rm -fr $TMP_DIR