0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -05:00

📎 Minor changes on devenv entrypoint script.

This commit is contained in:
Andrey Antukh 2020-10-05 18:19:43 +02:00 committed by Hirunatan
parent e757c1b2d9
commit f6830b4b85

View file

@ -1,13 +1,12 @@
#!/usr/bin/env bash
source /home/uxbox/.bashrc
set -ex
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
source /home/uxbox/.bashrc
sudo chown uxbox:users /home/uxbox
exec "$@"