Skip to content

Commit

Permalink
#2 fix shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jan 6, 2025
1 parent 94401d5 commit 109f75f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ build_admin() {
if [ ! -f "$BLOG_ADMIN_DIR/.env" ]; then
echo ' ∟ .env file missing, copying from .env.example...'
cp "$BLOG_ADMIN_DIR/.env.production" "$BLOG_ADMIN_DIR/.env"
# shellcheck disable=SC1091
# shellcheck disable=SC2086
composer $COMPOSER_COMMAND
/usr/bin/php8.3 artisan key:generate
else
# shellcheck disable=SC1091
# shellcheck disable=SC2086
composer $COMPOSER_COMMAND
fi

Expand Down

0 comments on commit 109f75f

Please sign in to comment.