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 6458ff4 commit 5a73705Copy full SHA for 5a73705
bin/compile
@@ -77,7 +77,7 @@ if [[ ! $VERSION =~ ^master$ || $VERSION =~ snapshot$ ]]; then
77
fi
78
79
# php-fpm
80
-ln -sv sbin/php-fpm ../bin/php-fpm
+ln -sv ../sbin/php-fpm bin/php-fpm
81
82
# composer and phpunit
83
curl -fsSL -o bin/composer http://getcomposer.org/composer.phar
0 commit comments