Commit 578dc650 authored by Hermann Mayer's avatar Hermann Mayer
Browse files

Removed unneeded dots.

parent 1a4f8fd1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,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