mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
📎 Minor changes on devenv entrypoint script.
This commit is contained in:
parent
e757c1b2d9
commit
f6830b4b85
1 changed files with 2 additions and 3 deletions
|
@ -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 "$@"
|
||||
|
|
Loading…
Reference in a new issue