File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1932,8 +1932,8 @@ if [ "${ibd_status}" = 'true' ]; then
1932
1932
log_info ' Disabling system sleep, suspend, and hibernate.'
1933
1933
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target > /dev/null 2>&1
1934
1934
fi
1935
- log_info " Close this Terminal window by clicking on the 'X'."
1936
- log_info " This screen will refresh in ${SLEEP_TIME_SECONDS} seconds."
1935
+ is_running_in_container || log_info " Close this Terminal window by clicking on the 'X'."
1936
+ log_info " This info will refresh in ${SLEEP_TIME_SECONDS} seconds."
1937
1937
fi
1938
1938
sleep " ${SLEEP_TIME_SECONDS} "
1939
1939
else
@@ -2014,8 +2014,8 @@ while [ "${ibd_status}" = 'true' ]; do
2014
2014
fi
2015
2015
2016
2016
printf ' %s\n\n' ' The chain sync can take several days or even weeks.'
2017
- printf ' %s\n' " Close this Terminal window by clicking on the 'X'."
2018
- printf ' %s' " This screen will refresh in ${SLEEP_TIME_SECONDS} seconds."
2017
+ is_running_in_container || printf ' %s\n' " Close this Terminal window by clicking on the 'X'."
2018
+ printf ' %s' " This info will refresh in ${SLEEP_TIME_SECONDS} seconds."
2019
2019
sleep " ${SLEEP_TIME_SECONDS} "
2020
2020
2021
2021
blockchain_info=$( bitcoin-cli --datadir=" ${BITCOIN_DATA_DIRECTORY} " --rpcwait getblockchaininfo)
Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ for message in \
262
262
' INFO: Found free space available... [0-9]+ [GM]iB.$' \
263
263
' INFO: Starting Bitcoin Core.$' \
264
264
' INFO: Checking the RPC status.$' \
265
- ' INFO: This screen will refresh in 10 seconds.' \
265
+ ' INFO: This info will refresh in 10 seconds.' \
266
266
' INFO: Syncing the block headers \((first|second) pass\).$' \
267
267
' INFO: Syncing the blockchain. Please be patient.$' \
268
268
' Sync progress: [0-9]+\.[0-9]{3} %$' \
You can’t perform that action at this time.
0 commit comments