This commit is contained in:
chrys 2017-08-12 02:37:56 +02:00
parent 4d776edee2
commit d42663bafb

View File

@ -67,7 +67,7 @@ fi
# If there were no errors tell user to restart, else warn them errors happened. # If there were no errors tell user to restart, else warn them errors happened.
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
echo "Configuration created succeswsfully, restart pulse, or your system, for changes to take affect." echo "Configuration created successfully, restart pulse, or your system, for changes to take affect."
else else
echo "Errors were encountered while writing the configuration. please correct them manually." echo "Errors were encountered while writing the configuration. please correct them manually."
fi fi