mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 14:22:11 +01:00
6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Poller is starting..."
|
|
exec tini -- bundle exec rake poll["$INTERVAL"]
|
|
#tail -f /dev/null
|