10 lines
124 B
Bash
10 lines
124 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
if cd /etc/ixvd/secrets; then
|
||
|
git pull
|
||
|
cd -
|
||
|
fi
|
||
|
|
||
|
sh tools/remove-skel.sh
|
||
|
git pull
|
||
|
sh tools/setup-server.sh
|