Pastoweb
Hi, I'm trying to use custom commands tu recursively chmod some folders:
SITE CHMOD -R 777 content/files
but it doesn't work:
[20:46:27] SITE CHMOD -R 777 content/files
[20:46:27] 550 -R 777 content/files: No such file or directory
while normal chmod works...is there any issue with the -R option?
SITE CHMOD -R 777 content/files
but it doesn't work:
[20:46:27] SITE CHMOD -R 777 content/files
[20:46:27] 550 -R 777 content/files: No such file or directory
while normal chmod works...is there any issue with the -R option?