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
No related branches found
No related tags found
No related merge requests found
......@@ -509,7 +509,7 @@ Options:
moveFile(tmpCaDestination, caDestination, GroupID, 0644, 0755)
moveFile(tmpKeyDestination, keyDestination, GroupID, 0640, 0750)
// Exit 1 means application needs to be reloaded
appExit(1)
// Exit 64 means application needs to be reloaded
appExit(64)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment