Commit 170d0b8e authored by Momobako's avatar Momobako

fixnot

parent 9bf06e7f
...@@ -112,7 +112,7 @@ var PushExtraScripts = function(msg) { ...@@ -112,7 +112,7 @@ var PushExtraScripts = function(msg) {
sendResponse("Finished pushing extra scripts"); sendResponse("Finished pushing extra scripts");
} }
var UpdateFilelist = function(msg) { var UpdateFilelist = function(msg) {
if(!config.client_git_db_path || config.client_push_repo) { if(!config.client_git_db_path || !config.client_push_repo) {
sendResponse("Permission denied"); sendResponse("Permission denied");
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment