We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d29aa0 commit 35e299cCopy full SHA for 35e299c
scripts/appgoblin-frontend.service
@@ -18,13 +18,13 @@ ExecStart=/bin/bash -c "source /home/goblin/.nvm/nvm.sh && exec /home/goblin/.nv
18
19
ExecStartPost=/bin/bash -c "
20
for i in {1..10}; do
21
- if [ -S /tmp/appgoblin-frontend.sock ]; then
22
- chown www-data:www-data /tmp/appgoblin-frontend.sock
+ if [ -S /run/appgoblin/frontend.sock ]; then
+ chown www-data:www-data /run/appgoblin/frontend.sock
23
exit 0
24
fi
25
sleep 0.5
26
done
27
- echo 'Warning: socket not found after waiting, skipping chown'
+ echo "Warning: socket not found, skipping chown"
28
29
"
30
0 commit comments