Update S73ruby

pull/1366/head
cronyx 2024-03-29 18:05:20 +03:00 committed by GitHub
parent 887605f899
commit 33604e12df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ case "$1" in
fi
echo "Starting Ruby..." >> /tmp/ruby_boot.log
/usr/sbin/ruby_start&
/usr/sbin/ruby_start &
;;
stop)
echo "Stopping Ruby..." >> /tmp/ruby_boot.log