drupal: renamed run-drupal.sh to run.sh

This commit is contained in:
Sameer Naik
2017-03-20 14:16:48 +01:00
parent 0b32eb84b3
commit 0791f94055
3 changed files with 2 additions and 2 deletions

View File

@@ -36,4 +36,4 @@ EXPOSE 80 443
ENTRYPOINT ["/app-entrypoint.sh"]
CMD ["/run-drupal.sh"]
CMD ["/run.sh"]

View File

@@ -5,7 +5,7 @@
print_welcome_page
check_for_updates &
if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "/run-drupal.sh" ]]; then
if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "/run.sh" ]]; then
nami_initialize apache php drupal
fi