add settings.json modification and check script
added download of slightly modified settings.json and check-qortal-status.sh script for desktop
This commit is contained in:
parent
6e1d546453
commit
c3d86184d5
@ -19,6 +19,8 @@ TIMESTAMP=`date +%s`
|
|||||||
if [ "$INTERNET_STATUS" != "UP" ]; then
|
if [ "$INTERNET_STATUS" != "UP" ]; then
|
||||||
echo "${BLUE}Internet connection is UP, continuing${NC}\n `date +%Y-%m-%dT%H:%M:%S%Z` $((`date +%s`-$TIMESTAMP))";
|
echo "${BLUE}Internet connection is UP, continuing${NC}\n `date +%Y-%m-%dT%H:%M:%S%Z` $((`date +%s`-$TIMESTAMP))";
|
||||||
INTERNET_STATUS="UP"
|
INTERNET_STATUS="UP"
|
||||||
|
curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/settings.json && mv settings.json ~/qortal
|
||||||
|
curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/check-qortal-status.sh && mv check-qortal-status.sh ~/Desktop && chmod +x ~/Desktop/check-qortal-status.sh
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if [ "$INTERNET_STATUS" = "UP" ]; then
|
if [ "$INTERNET_STATUS" = "UP" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user