Hello,
Is it possible somehow to tell the script to chmod dumped sql.gz files 644. Actually dumped files have permissions 640 and I can not download them.
Thanks.
Just fixed this problem by adding line
umask 022
to the script.
Log in to post a comment.
Just fixed this problem by adding line
umask 022
to the script.