Compare commits

...

2 Commits

Author SHA1 Message Date
Roxedus
081b38ed70 Merge pull request #89 from linuxserver/bashrc
Copy bashrc from root to abc
2021-11-23 07:36:09 +00:00
Roxedus
0509b51cf7 Copy bashrc from root to abc 2021-11-20 21:37:55 +01:00

View File

@@ -17,6 +17,11 @@ if [ -n "${SUDO_PASSWORD}" ] || [ -n "${SUDO_PASSWORD_HASH}" ]; then
fi
fi
[[ ! -f /config/.bashrc ]] && \
cp /root/.bashrc /config/.bashrc
[[ ! -f /config/.profile ]] && \
cp /root/.profile /config/.profile
# permissions
chown -R abc:abc \
/config