mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2025-07-18 16:53:19 +00:00

* refactored for x86_64 architecture * removed check-web.sh * Fix backup restore Co-authored-by: islandbitcoin <dread@start9.com> Co-authored-by: Chris Guida <chrisguida@gmail.com>
7 lines
82 B
Bash
Executable File
7 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ea
|
|
|
|
echo "Starting RoboSats..."
|
|
exec tini ./robosats-client.sh
|