Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DFN2
ocs-manager
Commits
4e91d574
Verified
Commit
4e91d574
authored
Sep 05, 2019
by
azubieta
Browse files
use killall instead of pkill
parent
086b60a6
Pipeline
#975
passed with stage
in 12 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/updaters/appupdater.cpp
View file @
4e91d574
...
...
@@ -65,7 +65,7 @@ void AppUpdater::doUpdate()
void
AppUpdater
::
doRestart
()
{
QProcess
::
startDetached
(
"
p
kill"
,
{
"pling-store"
});
QProcess
::
startDetached
(
"kill
all
"
,
{
"pling-store"
});
if
(
updateHelper
!=
nullptr
)
{
std
::
string
pathToNewFile
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment