mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
drupal: renamed run-drupal.sh to run.sh
This commit is contained in:
@@ -36,4 +36,4 @@ EXPOSE 80 443
|
|||||||
|
|
||||||
ENTRYPOINT ["/app-entrypoint.sh"]
|
ENTRYPOINT ["/app-entrypoint.sh"]
|
||||||
|
|
||||||
CMD ["/run-drupal.sh"]
|
CMD ["/run.sh"]
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
print_welcome_page
|
print_welcome_page
|
||||||
check_for_updates &
|
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
|
nami_initialize apache php drupal
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user