You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/startup.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ if [[ -e /var/luna/preferences/webosbrew_failsafe ]]; then
30
30
# server and nag user to actually fix this. (since further reboots could
31
31
# lead to devmode removal, etc...)
32
32
33
-
telnetd -l /bin/sh
33
+
"${SERVICE_DIR}/bin/telnetd" -l /bin/sh
34
34
sleep 1
35
35
36
36
luna-send -a webosbrew -f -n 1 luna://com.webos.notification/createToast '{"sourceId":"webosbrew","message": "<b>Failsafe mode!</b><br/>A crash has occured during startup. Fix any causes and reboot."}'
@@ -71,7 +71,7 @@ else
71
71
72
72
# Start root telnet server
73
73
if [[ !-e /var/luna/preferences/webosbrew_telnet_disabled ]];then
0 commit comments