Skip to content
Snippets Groups Projects
Commit 5493ba2e authored by Dixon Fred's avatar Dixon Fred Committed by GitHub
Browse files

Merge pull request #3901 from bigbluebutton/ffdixon-patch-3

Updated comment in crontab job to remove reference to ghostscript
parents 925eeebc ef8fdccd
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ remove_raw_of_published_recordings(){
#remove_raw_of_published_recordings
#
# Remove old *.afm and *.pfb files from /tmp directory (these were created by Ghostscript)
# Remove old *.afm and *.pfb files from /tmp directory (if any exist)
#
find /tmp -name "*.afm" -mtime +$history -delete
find /tmp -name "*.pfb" -mtime +$history -delete
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment