Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30968eab authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

sed command added

parent ee7978fc
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@ RUN sed -i 's/Nextcloud administrator/administrator/' ${BASE_DIR}/custom_apps/in
RUN sed -i 's/$this->changeAvatar/\/\/ $this->changeAvatar/' ${BASE_DIR}/custom_apps/ldap_write_support/lib/LDAPUserManager.php

#replace error class in schedule response error file to fix error color
sed -i 's/update/error/g' ${BASE_DIR}/apps/dav/templates/schedule-response-error.php
RUN sed -i 's/update/error/g' ${BASE_DIR}/apps/dav/templates/schedule-response-error.php

# Custom theme
RUN curl -fsSL -o eCloud-theme.tar.gz \