mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-17 13:47:11 -04:00
6 lines
148 B
Bash
Executable File
6 lines
148 B
Bash
Executable File
#!/bin/bash
|
|
|
|
home_dir="$(dirname `readlink -f $BASH_SOURCE`)"
|
|
"$home_dir/config.sh" || (echo "Failed configuration" ; exit)
|
|
exec "$home_dir/run.sh"
|