🎉 Rename to penpot all devenv docker related files.

This commit is contained in:
Andrey Antukh 2020-11-10 12:41:20 +01:00 committed by Hirunatan
parent 3cd0d9636f
commit 132e99ab71
6 changed files with 65 additions and 65 deletions

View file

@ -2,11 +2,11 @@
set -e
sudo cp /root/.bashrc /home/uxbox/.bashrc
sudo cp /root/.vimrc /home/uxbox/.vimrc
sudo cp /root/.tmux.conf /home/uxbox/.tmux.conf
sudo cp /root/.bashrc /home/penpot/.bashrc
sudo cp /root/.vimrc /home/penpot/.vimrc
sudo cp /root/.tmux.conf /home/penpot/.tmux.conf
source /home/uxbox/.bashrc
sudo chown uxbox:users /home/uxbox
source /home/penpot/.bashrc
sudo chown penpot:users /home/penpot
exec "$@"