Skip to content

Commit

Permalink
Revert "keep /root/.bashrc"
Browse files Browse the repository at this point in the history
This reverts commit ed1de79.
  • Loading branch information
szaimen committed Jul 10, 2024
1 parent ed1de79 commit 6463df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containers/nextcloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ RUN set -ex; \
git clone https://github.com/nextcloud-releases/all-in-one.git --depth 1 .; \
mkdir -p /usr/src/nextcloud/apps/nextcloud-aio; \
cp -r ./app/* /usr/src/nextcloud/apps/nextcloud-aio/; \
echo "[ -n \"\$TERM\" ] && cat /root.motd" >> /root/.bashrc; \
# AIO cloning end # Do not remove or change this line!
\
echo "[ -n \"\$TERM\" ] && cat /root.motd" >> /root/.bashrc; \
chown www-data:root -R /usr/src && \
chown www-data:root -R /usr/local/etc/php/conf.d && \
chown www-data:root -R /usr/local/etc/php-fpm.d && \
Expand Down

0 comments on commit 6463df7

Please sign in to comment.