Change between beta 26 and 27 causes error in deployment #2787
Unanswered
brumble-dev
asked this question in
Help needed
Replies: 1 comment 3 replies
-
Please, show exactly As error says something wrong on char 3. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I hope this is the right place to post this. When updating to the latest RC, I got an error in wirtable.php when deploying. I traced it back to beta 27. Beta 26 seems to be the last version where it worked for me.
The error I get when using beta 27 is:
task deploy:writable
[staging] error in writable.php at line 115:
[staging] run cd /home/my/path/release && (setfacl -L -m u: "xxxx":rwX -m u:xxxx:rwX var)
[staging] err setfacl: Option -m: Invalid argument at character 3
[staging] exit code 2 (misuse of shell builtins)
In RC 3, the message says the error occurs at line 120.
I have no idea what to change in my deployment to make it work. Could this be a bug or do I need to change something in my configuration?
I am grateful for any help.
If you need more information to fix this problem, I will be happy to provide it.
Beta Was this translation helpful? Give feedback.
All reactions