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 e7120ee commit a29f794Copy full SHA for a29f794
frontend/views/MainPanel.js
@@ -16,7 +16,7 @@ var lunaServiceUri = "luna://" + serviceName;
16
var servicePath = "/media/developer/apps/usr/palm/services/" + serviceName;
17
var autostartFilepath = servicePath + "/autostart.sh";
18
var linkPath = "/var/lib/webosbrew/init.d/90-start_hyperiond";
19
-var elevationCommand = "/media/developer/apps/usr/palm/services/org.webosbrew.hbchannel.service/elevate-service " + serviceName + " && killall -9 loader_service";
+var elevationCommand = "/media/developer/apps/usr/palm/services/org.webosbrew.hbchannel.service/elevate-service " + serviceName + " && kill -TERM $(pidof loader_service)";
20
21
var not = function (x) { return !x };
22
var yes_no_bool = function (x) {
0 commit comments