You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The final command which is being run does not contains quotes. I was trying the following command
sed -i 's/path.selfserve.assets=".*"/path.selfserve.assets="/assets"/g' conf/selfserve.conf
since this command needs quotes, so it didnt work.
The text was updated successfully, but these errors were encountered:
Similar issue as #120 comment has been made regarding the issue and workaround. More specifically the issue has nothing to do with double quotes, it is the single quotes in the example above that results in the issue.
The final command which is being run does not contains quotes. I was trying the following command
sed -i 's/path.selfserve.assets=".*"/path.selfserve.assets="/assets"/g' conf/selfserve.conf
since this command needs quotes, so it didnt work.
The text was updated successfully, but these errors were encountered: