From 6f76fce2d1b4d0cd94b42a8239d5928483d68b2d Mon Sep 17 00:00:00 2001 From: mathiascode Date: Sat, 30 Nov 2019 20:27:57 +0200 Subject: [PATCH] Move out of dtach directory --- bin/compile | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/compile b/bin/compile index cda5ccf..897feb0 100755 --- a/bin/compile +++ b/bin/compile @@ -9,6 +9,7 @@ cd src/dtach* make mkdir -p $BUILD_DIR/dtach/bin/ mv dtach $BUILD_DIR/dtach/bin/ +cd ../../ # Move scripts to the build directory, which is then moved # to the dyno