Remove unintended exit
This commit is contained in:
parent
28156addfe
commit
578fdf66d8
@ -130,7 +130,6 @@ function configure {
|
|||||||
if [[ -z "$cpuItemPrefix" || -z "$cpuItemPrefix" ]]; then
|
if [[ -z "$cpuItemPrefix" || -z "$cpuItemPrefix" ]]; then
|
||||||
echo "Warning: The cpu configuration is not set. Temps will not be available"
|
echo "Warning: The cpu configuration is not set. Temps will not be available"
|
||||||
fi
|
fi
|
||||||
exit
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Function to install the modification
|
# Function to install the modification
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user