Delete sinclair-mate-fixes.sh

This commit is contained in:
crowetic 2022-03-03 14:39:20 -08:00 committed by GitHub
parent 6e92967e2a
commit 5c3b3df41c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,24 +0,0 @@
#!/bin/sh
cd
echo BACKING UP CRONTAB
crontab -l > cron.backup
echo MAKING CHANGES TO QORTAL START SCRIPT
cd qortal
wget https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/start-modified-memory-args.sh && mv start.sh original-start-script-sh && mv start-modified-memory-args.sh start.sh && chmod +x start.sh
cd
echo DOWNLOADING AUTO-RESTART SCRIPT AND CONFIGURING CRON TO USE IT
wget https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/restart-qortal.sh && chmod +x restart-qortal.sh
wget https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/restart-cron && contab < restart-cron
echo STOPPING QORTAL AND STARTING WITH NEW SCRIPT
cd qortal
./stop.sh && sleep 10 && kilall -9 java
./start.sh