We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e346f8 commit 5949b68Copy full SHA for 5949b68
services/startup.sh
@@ -25,6 +25,9 @@ touch "${once}"
25
# Use default directory if SERVICE_DIR is not provided.
26
SERVICE_DIR="${SERVICE_DIR-/media/developer/apps/usr/palm/services/org.webosbrew.hbchannel.service}"
27
28
+# Add service bin directory to PATH for devices without telnetd.
29
+export PATH="${PATH}:${SERVICE_DIR}/bin"
30
+
31
if [[ -e /var/luna/preferences/webosbrew_failsafe ]]; then
32
# In case a reboot occured during last startup - open an emergency telnet
33
# server and nag user to actually fix this. (since further reboots could
0 commit comments