File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ cleanup_stuck_chrome_processes() {
1111
1212cleanup_tmp_chrome_files () {
1313 echo -n " Deleting all Chrome files in /tmp... "
14- find /tmp -name " .com.google.Chrome.*" -type d -mtime +${SE_BROWSER_LEFTOVERS_TEMPFILES_DAYS} -exec rm -rf " {}" +
14+ find /tmp -name " *com.google.Chrome.*" -type d -mtime +${SE_BROWSER_LEFTOVERS_TEMPFILES_DAYS} -exec rm -rf " {}" +
15+ find /tmp -name " *org.chromium.Chromium.*" -type d -mtime +${SE_BROWSER_LEFTOVERS_TEMPFILES_DAYS} -exec rm -rf " {}" +
1516 echo " DONE."
1617}
1718
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ cleanup_stuck_chrome_processes() {
1010}
1111
1212cleanup_tmp_chrome_files () {
13- echo -n " Deleting all Chrome files in /tmp... "
14- find /tmp -name " .com.google.Chrome .*" -type d -mtime +${SE_BROWSER_LEFTOVERS_TEMPFILES_DAYS} -exec rm -rf " {}" +
13+ echo -n " Deleting all Chromium files in /tmp... "
14+ find /tmp -name " *org.chromium.Chromium .*" -type d -mtime +${SE_BROWSER_LEFTOVERS_TEMPFILES_DAYS} -exec rm -rf " {}" +
1515 echo " DONE."
1616}
1717
You can’t perform that action at this time.
0 commit comments