Merge branch 'master' of github.com:pcbsd/sysadm

This commit is contained in:
Ken Moore
2015-12-29 12:47:05 -05:00
10 changed files with 161 additions and 50 deletions

View File

@@ -192,4 +192,4 @@ void WebServer::WatcherUpdate(QString path){
if(!watcher->files().contains(path) && !watcher->directories().contains(path)){
watcher->addPath(path); //re-add it to the watcher. This happens when the file is removed/re-created instead of just overwritten
}
}
}