Skip to content
Snippets Groups Projects
Unverified Commit 2b1a0f0c authored by Massimiliano Adamo's avatar Massimiliano Adamo
Browse files

use exit status 64 to reload the application

parent cb4e66e0
Branches
Tags
No related merge requests found
...@@ -509,7 +509,7 @@ Options: ...@@ -509,7 +509,7 @@ Options:
moveFile(tmpCaDestination, caDestination, GroupID, 0644, 0755) moveFile(tmpCaDestination, caDestination, GroupID, 0644, 0755)
moveFile(tmpKeyDestination, keyDestination, GroupID, 0640, 0750) moveFile(tmpKeyDestination, keyDestination, GroupID, 0640, 0750)
// Exit 1 means application needs to be reloaded // Exit 64 means application needs to be reloaded
appExit(1) appExit(64)
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment