From 7c4d1ad880d6210e7bd71407ba3e18ef6ff939a7 Mon Sep 17 00:00:00 2001 From: mathiascode Date: Mon, 10 Feb 2020 23:52:09 +0200 Subject: [PATCH] Remove rtun leftovers --- bin/compile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/compile b/bin/compile index 39fe004..d0ae350 100755 --- a/bin/compile +++ b/bin/compile @@ -11,10 +11,6 @@ mkdir -p $BUILD_DIR/dtach/bin/ mv dtach $BUILD_DIR/dtach/bin/ cd ../../ -# Move rtun files to the dyno - -mv vendor/rtun $BUILD_DIR/rtun - # Move Java files to the dyno mv vendor/java $BUILD_DIR/java