This commit is contained in:
Vishnu Narayanan
2024-06-05 18:29:25 +05:30
committed by GitHub
parent f975073c30
commit 326e8991c2
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
sed -i '/function configure_db() {/a sudo service postgresql start' install.sh
#sed -i '/function setup_chatwoot() {/a export PATH="/usr/bin/:$PATH"' install.sh
#sed -i '/git checkout "\$BRANCH"/a export PATH="/usr/bin/:$PATH"' install.sh
sed -i '/function setup_chatwoot() {/a sudo chown -R chatwoot:chatwoot /hom/runner/.config' install.sh
sed -i '/function setup_chatwoot() {/a sudo chown -R chatwoot:chatwoot /home/runner/.config' install.sh
- name: create input file
run: |