mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
This commit is contained in:
10
signalk/rootfs/etc/cont-init.d/99-run.sh
Normal file
10
signalk/rootfs/etc/cont-init.d/99-run.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bashio
|
||||
# shellcheck shell=bash
|
||||
set -e
|
||||
# hadolint ignore=SC2155
|
||||
|
||||
bashio::log.info "Setting folder"
|
||||
cp -rnf /home/node/.signalk/* /config/
|
||||
|
||||
bashio::log.info "Starting application"
|
||||
/./home/node/signalk/startup.sh
|
||||
Reference in New Issue
Block a user