server configs
This commit is contained in:
parent
a05e697db6
commit
2a06556fd7
3 changed files with 14 additions and 6 deletions
|
@ -20,4 +20,10 @@ while true; do
|
|||
if [ $? -eq 0 ]; then
|
||||
break
|
||||
fi
|
||||
done
|
||||
done
|
||||
|
||||
rm /mnt/etc/nginx/sites-enabled/default
|
||||
tar -xzf deployment.tar.gz -C '/mnt/root'
|
||||
chroot /mnt /bin/bash -c "./root/jet-search/deploy/setup.sh"
|
||||
|
||||
read a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue