mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-12-01 12:59:23 -06:00
13 lines
118 B
Bash
13 lines
118 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd ~
|
||
|
|
||
|
rm -rf /srv/*
|
||
|
|
||
|
rm -rf ~/srv
|
||
|
|
||
|
tar -xf repo.tar
|
||
|
|
||
|
cp -R ~/srv/* /srv
|
||
|
|
||
|
#chown -R www-data:www-data /srv
|