Loading custom_entrypoint.sh +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ if version_greater "$image_version" "$installed_version"; then rsync $rsync_options --include "/oidc_login/" --exclude '/*' $SRC_DIR/custom_apps/ /$DST_DIR/custom_apps/ rsync $rsync_options --include "/ecloud-dashboard/" --exclude '/*' $SRC_DIR/custom_apps/ /$DST_DIR/custom_apps/ rsync $rsync_options --include "/eCloud/" --exclude '/*' $SRC_DIR/themes/ $DST_DIR/themes/ su -p www-data -s /bin/sh -c "php $DST_DIR/occ app:enable ecloud-dashboard" else echo "Skipping rsync step as version not updated!" fi Loading Loading
custom_entrypoint.sh +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ if version_greater "$image_version" "$installed_version"; then rsync $rsync_options --include "/oidc_login/" --exclude '/*' $SRC_DIR/custom_apps/ /$DST_DIR/custom_apps/ rsync $rsync_options --include "/ecloud-dashboard/" --exclude '/*' $SRC_DIR/custom_apps/ /$DST_DIR/custom_apps/ rsync $rsync_options --include "/eCloud/" --exclude '/*' $SRC_DIR/themes/ $DST_DIR/themes/ su -p www-data -s /bin/sh -c "php $DST_DIR/occ app:enable ecloud-dashboard" else echo "Skipping rsync step as version not updated!" fi Loading