-
Notifications
You must be signed in to change notification settings - Fork 1
/
upload.sh
executable file
·24 lines (18 loc) · 2.24 KB
/
upload.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
cd '/home/user/Desktop/www/catchchallenger.first-world.info/'
rsync -avrt *.php [email protected]:/home/first-world.info/catchchallenger/ --exclude=config.php --exclude=FGETNw3g7uSX3J9c.php
ssh [email protected] 'mv /home/first-world.info/catchchallenger/dynamic-part.php /home/first-world.info/catchchallenger/dynamic-parteVw1zjjIVwY2MmULjYFiHVdR.php;mv /home/first-world.info/catchchallenger/index.php /home/first-world.info/catchchallenger/indexeVw1zjjIVwY2MmULjYFiHVdR.php' &
ssh [email protected] 'mv /home/first-world.info/catchchallenger/rss_global.php /home/first-world.info/catchchallenger/rss_globaleVw1zjjIVwY2MmULjYFiHVdR.php;mv /home/first-world.info/catchchallenger/official-server.php /home/first-world.info/catchchallenger/official-servereVw1zjjIVwY2MmULjYFiHVdR.php' &
wait
ssh [email protected] "sed -i -r 's/dynamic-part.php/dynamic-parteVw1zjjIVwY2MmULjYFiHVdR.php/g' /home/first-world.info/catchchallenger/official-servereVw1zjjIVwY2MmULjYFiHVdR.php" &
rsync -avrt test/ [email protected]:/home/first-world.info/catchchallenger/test/ &
rsync -avrt *.html [email protected]:/home/first-world.info/catchchallenger/ --exclude=config.php &
rsync -avrt images/ [email protected]:/home/first-world.info/catchchallenger/images/ &
rsync -avrt libs/ [email protected]:/home/first-world.info/catchchallenger/libs/ '--exclude=*.log' &
rsync -avrt paiment/ [email protected]:/home/first-world.info/catchchallenger/paiment/ '--exclude=*.log' &
rsync -avrt css/ [email protected]:/home/first-world.info/catchchallenger/css/ &
rsync -avrt template/ [email protected]:/home/first-world.info/catchchallenger/template/ &
rsync -avrt official-server/ [email protected]:/home/first-world.info/catchchallenger/official-server/ --exclude=/datapack-explorer/ --exclude=/wikicache/ --exclude=*other-json.sh &
rsync -avrt wasm/ [email protected]:/home/first-world.info/catchchallenger/wasm/ &
ssh [email protected] '/usr/bin/wget https://catchchallenger.first-world.info/indexeVw1zjjIVwY2MmULjYFiHVdR.php -O /home/first-world.info/catchchallenger/index.html' &
wait
ssh [email protected] 'chown www-data.www-data -Rf /home/first-world.info/catchchallenger/'