From b3f7b0e256be96082abc3140a51315c0fd055655 Mon Sep 17 00:00:00 2001 From: Jeffrey Hardy Date: Fri, 13 Sep 2024 18:05:45 -0400 Subject: [PATCH] There are no services to restart --- bin/setup | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/setup b/bin/setup index d297520f7..b06717e32 100755 --- a/bin/setup +++ b/bin/setup @@ -22,8 +22,5 @@ fi announce "Removing old logs and tempfiles" rails log:clear tmp:clear -announce "Restarting services" -rails restart - echo echo "Start developing with ./bin/dev"