Skip to content

Commit

Permalink
Merge pull request #354 from jhu-idc/tm-fix-startup
Browse files Browse the repository at this point in the history
allow startup chown to return nonzero due to data filesystem implementation
  • Loading branch information
springstim committed Nov 30, 2022
2 parents b2db038 + 6fa8265 commit f7ff92b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rootfs/etc/cont-init.d/999-startup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/with-contenv bash

set -e
echo ""
echo ""
echo " -------------------------------------------------------------------------- "
Expand All @@ -13,7 +12,7 @@ CHOWN="/bin/chown"
CHMOD="/bin/chmod"
MKDIR="/bin/mkdir"

#find "${DRUPAL_DIR}/vendor" \! -user nginx -exec $CHOWN nginx:www-data {} \;
set +e

$CHMOD 0750 $DRUPAL_DIR/fix_permissions.sh

Expand Down

0 comments on commit f7ff92b

Please sign in to comment.