Quellcode durchsuchen

Removed ASCII in autoboot

Yoginth vor 7 Jahren
Ursprung
Commit
1b125aa932
2 geänderte Dateien mit 0 neuen und 3 gelöschten Zeilen
  1. 0 2
      script/autoboot
  2. 0 1
      script/test

+ 0 - 2
script/autoboot

@@ -2,6 +2,4 @@
 
 set -e
 
-cat script/misc/oteascii.txt
-
 su git -c "/home/git/gitote/scripts/gitote_supervisord.sh restart"

+ 0 - 1
script/test

@@ -3,7 +3,6 @@
 # script/test: Run test suite for application. Optionally pass in a path to an
 #              individual test file to run a single test.
 
-cat script/misc/oteascii.txt
 
 set -e