Commit 71a029ee authored by Hermann Mayer's avatar Hermann Mayer
Browse files

Removed unneeded dots.

parent 515c1d2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ cp "${INSTALL_DIR}/config/.bash_profile" /root/.bash_profile
cp "${INSTALL_DIR}/config/.bashrc" /root/.bashrc
chmod +x /root/.bashrc /root/.bash_profile

echo 'Setup profile files for builder ...'
echo 'Setup profile files for builder'
cp "${INSTALL_DIR}/config/.bash_profile" /home/builder/.bash_profile
cp "${INSTALL_DIR}/config/.bashrc" /home/builder/.bashrc
chmod +x /home/builder/.bashrc /home/builder/.bash_profile