Skip to content

Commit 85d4dc8

Browse files
committed
Fixed Composer Install
1 parent 71cf90b commit 85d4dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ cp ${TEMPLATES_PATH}ip/. /var/www/ip/html -r
8282
cp ${ABSOLUTE_PATH}.env.example ${ABSOLUTE_PATH}.env
8383
sudo sed -i "s|localhost|${PUBLIC_IP}/server-tools|" ${ABSOLUTE_PATH}.env
8484
ln -s ${ABSOLUTE_PATH}public /var/www/ip/html/server-tools
85-
composer install -d=$ABSOLUTE_PATH
85+
cd $ABSOLUTE_PATH && composer install
8686
php ${ABSOLUTE_PATH}artisan key:generate
8787
ln -s ${ABSOLUTE_PATH}artisan /usr/bin/server-tools
8888
chmod +x /usr/bin/server-tools

0 commit comments

Comments
 (0)