Skip to content

Commit

Permalink
chore: Updated copyright date
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Feb 14, 2023
1 parent e02f7c3 commit a204a84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
9 changes: 2 additions & 7 deletions .docker-config/php/composer_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# the `vendor/` directory is not present`
#
# @author nystudio107
# @copyright Copyright (c) 2022 nystudio107
# @copyright Copyright (c) 2023 nystudio107
# @link https://nystudio107.com/
# @license MIT

Expand All @@ -28,9 +28,4 @@ if [ ! -f "composer.lock" ] || [ ! -d "vendor" ] || [ ! -f "vendor/autoload.php"
su-exec www-data php craft up
fi
# Banner message
sleep 1
echo "### Your Craft site is ready!"
echo "Frontend URL: ${PRIMARY_SITE_URL}"
echo "CP URL: ${PRIMARY_SITE_URL}admin"
echo "CP User: ${CRAFT_CP_USER}"
echo "CP Password: ${CRAFT_CP_PASSWORD}"
source '/var/www/banner_message.sh'
9 changes: 2 additions & 7 deletions .docker-config/php/run_queue.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# then runs the queue listener that listens for and runs pending queue jobs
#
# @author nystudio107
# @copyright Copyright (c) 2022 nystudio107
# @copyright Copyright (c) 2023 nystudio107
# @link https://nystudio107.com/
# @license MIT

Expand All @@ -31,11 +31,6 @@ chown -R www-data:www-data /var/www/project/web/cpresources
# Run any pending migrations/project config changes
su-exec www-data php craft up
# Banner message
sleep 1
echo "### Your Craft site is ready!"
echo "Frontend URL: ${PRIMARY_SITE_URL}"
echo "CP URL: ${PRIMARY_SITE_URL}admin"
echo "CP User: ${CRAFT_CP_USER}"
echo "CP Password: ${CRAFT_CP_PASSWORD}"
source '/var/www/banner_message.sh'
# Run a queue listener
su-exec www-data php craft queue/listen 10

0 comments on commit a204a84

Please sign in to comment.