[neon/infrastructure/pangea-gemstash] /: let the output go to logs instead of standard out

Carlos De Maine null at kde.org
Tue May 30 03:08:41 BST 2023


Git commit 022be5d6c8c1c857489f5c1d96246fe969a23053 by Carlos De Maine.
Committed on 30/05/2023 at 02:08.
Pushed by carlosdem into branch 'master'.

let the output go to logs instead of standard out

M  +2    -2    start.sh

https://invent.kde.org/neon/infrastructure/pangea-gemstash/-/commit/022be5d6c8c1c857489f5c1d96246fe969a23053

diff --git a/start.sh b/start.sh
index 1aaff6c..cc063a6 100755
--- a/start.sh
+++ b/start.sh
@@ -41,8 +41,8 @@ mkdir -v /home/gemstash/.gemstash/
 cp -vf config.yaml /home/gemstash/.gemstash/config.yaml
 # install, configure and start gemstash
 gem install gemstash
-gemstash start --no-daemonize
-
+#gemstash start --no-daemonize
+gemstash start
 #bundle install
 #bundle update --bundler
 


More information about the Neon-commits mailing list