server configs

This commit is contained in:
Patrick 2024-11-11 20:45:42 +01:00
parent a05e697db6
commit 2a06556fd7
3 changed files with 14 additions and 6 deletions

View file

@ -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