mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 21:54:20 +01:00
* Fix certificate request logic (#1148) * Fix Certbot logic * Resolved multiple directory issue * Only scan for directories * Typo * Quote the path passed to realpath * Use find and awk and sort and tail instead of ls * Add numeric flag to sort * Remove unnecessary if..then in awk * Update run.sh * Update run.sh * Update run.sh Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch> * S6-overlay * Fix version * Fix lint * Fix check
8 lines
383 B
Plaintext
8 lines
383 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Start ttyd service for ingress
|
|
# ==============================================================================
|
|
bashio::log.info "Starting Web Terminal..."
|
|
cd /root || bashio::exit.nok "Can't find root folder!"
|
|
|
|
exec ttyd -p 8099 tmux -u new -A -s homeassistant bash -l |