From da676bc5838e7fa0c9103e99a1d25c610054b623 Mon Sep 17 00:00:00 2001 From: Stefan Verhoeven Date: Mon, 6 Aug 2018 14:57:50 +0200 Subject: [PATCH] Using os installed ruby instead of rvm --- startup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/startup.sh b/startup.sh index daa0fa5..b807a9c 100755 --- a/startup.sh +++ b/startup.sh @@ -16,7 +16,6 @@ cd /CartoDB-SQL-API node app.js development & cd /cartodb -source /usr/local/rvm/scripts/rvm bundle exec script/restore_redis bundle exec script/resque > resque.log 2>&1 & script/sync_tables_trigger.sh &