mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
10 lines
206 B
Bash
Executable file
10 lines
206 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cp /root/.bashrc /home/penpot/.bashrc
|
|
cp /root/.vimrc /home/penpot/.vimrc
|
|
cp /root/.tmux.conf /home/penpot/.tmux.conf
|
|
chown -R penpot:users /home/penpot
|
|
|
|
set -e
|
|
nginx
|
|
tail -f /dev/null
|