mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04: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
|