diff --git a/daemon.py b/daemon.py index 7fa914972..ac65ac323 100644 --- a/daemon.py +++ b/daemon.py @@ -5469,7 +5469,7 @@ class PubServer(BaseHTTPRequestHandler): postImageFilename = filename.replace('.temp', '') if mType == 'customFont': - copyfile(filename, postImageFilename) + os.rename(filename, postImageFilename) print('profile POST ' + mType + ' image or font filename ' + postImageFilename) else: