From 7ebbf5911c0ead1ae4b3fd69a1d2994ec04d9c84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Sat, 15 Mar 2014 10:20:19 +0100 Subject: [PATCH] Removed the scary start up message when called via run. I'll just keep that script around for sake of simplicity of running stand alone installations out of the pull dir, so why scare people... --- run | 8 -------- 1 file changed, 8 deletions(-) diff --git a/run b/run index 634809ee..35ebbef8 100755 --- a/run +++ b/run @@ -1,13 +1,5 @@ #!/usr/bin/env python -print """ -!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!!! You are using an old startup method for OctoPrint. !!! -!!! Please perform 'sudo python setup.py install' and !!! -!!! use the 'octoprint' executable instead. !!! -!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -""" - import os import sys