mirror of
https://github.com/penpot/penpot.git
synced 2026-09-12 15:09:38 +00:00
📎 Minor changes on devenv entrypoint script.
This commit is contained in:
parent
e757c1b2d9
commit
f6830b4b85
@ -1,13 +1,12 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
source /home/uxbox/.bashrc
|
set -e
|
||||||
|
|
||||||
set -ex
|
|
||||||
|
|
||||||
sudo cp /root/.bashrc /home/uxbox/.bashrc
|
sudo cp /root/.bashrc /home/uxbox/.bashrc
|
||||||
sudo cp /root/.vimrc /home/uxbox/.vimrc
|
sudo cp /root/.vimrc /home/uxbox/.vimrc
|
||||||
sudo cp /root/.tmux.conf /home/uxbox/.tmux.conf
|
sudo cp /root/.tmux.conf /home/uxbox/.tmux.conf
|
||||||
|
|
||||||
|
source /home/uxbox/.bashrc
|
||||||
sudo chown uxbox:users /home/uxbox
|
sudo chown uxbox:users /home/uxbox
|
||||||
|
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user