update to nationwide standard
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
################################################################################
|
||||
# Performs a FULL uninstall #
|
||||
################################################################################
|
||||
|
||||
# source vars
|
||||
source ./vars
|
||||
|
||||
# remove nginx conf
|
||||
tput setaf 2
|
||||
echo "Uninstalling nginx"
|
||||
echo "Disabling nginx"
|
||||
tput setaf 9
|
||||
systemctl stop nginx 1> /dev/null 2> /dev/null
|
||||
systemctl disable nginx 1> /dev/null 2> /dev/null
|
||||
@@ -41,4 +45,4 @@ do
|
||||
if [ $? -ne 0 ] ; then
|
||||
echo -e "\tyum failed to remove $package."
|
||||
fi
|
||||
done
|
||||
done
|
||||
Reference in New Issue
Block a user