[Helper] Fixes for volume detection of backup/restore script

[Helper] Redis timeout set to 0 in NC
[Helper] Small fixes to check_translations script
This commit is contained in:
André
2018-04-26 22:57:20 +02:00
parent 435fee2bc9
commit 3e08416c6d
3 changed files with 15 additions and 13 deletions

View File

@@ -22,7 +22,7 @@ not_used = []
not_used_in_php.each do |string|
section = string.scan(/([a-z]+)/)[0][0]
key = string.scan(/([a-z]+)/)[1][0]
%x[git grep lang.#{key} -- #{DIR}/data/web/js/#{section}.js]
%x[git grep lang.#{key} -- #{DIR}/data/web/js/#{section}.js #{DIR}/data/web/js/debug.js]
if $?.exitstatus > 0
not_used << string
end