We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e820b42 commit 6380465Copy full SHA for 6380465
resources/scripts/php.sh
@@ -56,7 +56,7 @@ if ! chown -R "$USER": . 2>/dev/null; then
56
fi
57
58
# If applicable, print permissions adjustment error and exit
59
- if [ -n "$CHOWN_ERROR" = true ]; then
+ if [ "$CHOWN_ERROR" = true ]; then
60
echo -e "${BOLD}Failed to adjust permissions.${NC}"
61
echo -e "${BOLD}You can still try running the application. It might work without adjusted permissions.${NC}"
62
exit 2
0 commit comments