removed untested warning
This commit is contained in:
parent
60040fb44a
commit
b21d912173
|
@ -1014,8 +1014,6 @@ echo "Reddit u/thisiszeev, and I will try my best to assist you. The script is"
|
||||||
echo "designed that if we can resolve the reason for the failure, you can rerun"
|
echo "designed that if we can resolve the reason for the failure, you can rerun"
|
||||||
echo "the script and it will pickup from where it left off."
|
echo "the script and it will pickup from where it left off."
|
||||||
echo
|
echo
|
||||||
echo "WARNING: THIS IS AN UNTESTED VERSION OF THE NEW SCRIPT! USE AT YOUR OWN PERIL!"
|
|
||||||
echo
|
|
||||||
|
|
||||||
if [[ ! -f settings.conf ]]; then
|
if [[ ! -f settings.conf ]]; then
|
||||||
CPUCOUNT=$(cat /proc/cpuinfo | grep "^processor" | wc -l)
|
CPUCOUNT=$(cat /proc/cpuinfo | grep "^processor" | wc -l)
|
||||||
|
|
Loading…
Reference in New Issue