[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:
@@ -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
|
||||
|
Reference in New Issue
Block a user