Skip to content

Commit

Permalink
feat: 📝 startup now prints ENV shortcut hints
Browse files Browse the repository at this point in the history
  • Loading branch information
alchatti committed Jul 27, 2023
1 parent 975f0de commit 04c8431
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ apache2ctl start
printf "\n⚒️ Image Details "
about.sh d | jq

printf "\n💡 Hints"
echo '{"$WR":"/var/www/html", "$DCR": "/var/www/html/docroot"}' | jq

printf "\n"

0 comments on commit 04c8431

Please sign in to comment.