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