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

Commit bed26709 authored by Akhil's avatar Akhil 🙂
Browse files

Fixed syntax error

parent 8699f000
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@ RUN sed -i 's/ in Nextcloud/ /' ${BASE_DIR}/custom_apps/integration_google/js/in
RUN sed -i 's/Nextcloud administator/administator/' ${BASE_DIR}/custom_apps/integration_google/js/integration_google-personalSettings.js

# Set shared access class to CONFIDENTIAL by default
sed -i 's/defaultValue:"PUBLIC"/defaultValue:"CONFIDENTIAL"/' ${BASE_DIR}/custom_apps/calendar/js/calendar.js 
RUN sed -i 's/defaultValue:"PUBLIC"/defaultValue:"CONFIDENTIAL"/' ${BASE_DIR}/custom_apps/calendar/js/calendar.js 

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