do not disable nginx
This commit is contained in:
5
reset.sh
5
reset.sh
@@ -12,11 +12,6 @@ source vars
|
|||||||
# source vars
|
# source vars
|
||||||
source vars
|
source vars
|
||||||
|
|
||||||
# remove nginx conf
|
|
||||||
echo "Disabling nginx"
|
|
||||||
systemctl stop nginx 1> /dev/null 2> /dev/null
|
|
||||||
systemctl disable nginx 1> /dev/null 2> /dev/null
|
|
||||||
|
|
||||||
# remove python
|
# remove python
|
||||||
echo "Uninstalling Python"
|
echo "Uninstalling Python"
|
||||||
for dir in $(whereis python3 | tr " " "\n" | grep usr/local/bin | tr "\n" " ");
|
for dir in $(whereis python3 | tr " " "\n" | grep usr/local/bin | tr "\n" " ");
|
||||||
|
|||||||
@@ -7,11 +7,6 @@
|
|||||||
# source vars
|
# source vars
|
||||||
source vars
|
source vars
|
||||||
|
|
||||||
# remove nginx conf
|
|
||||||
echo "Disabling nginx"
|
|
||||||
systemctl stop nginx 1> /dev/null 2> /dev/null
|
|
||||||
systemctl disable nginx 1> /dev/null 2> /dev/null
|
|
||||||
|
|
||||||
# remove python
|
# remove python
|
||||||
echo "Uninstalling Python"
|
echo "Uninstalling Python"
|
||||||
for dir in $(whereis python3 | tr " " "\n" | grep usr/local/bin | tr "\n" " ");
|
for dir in $(whereis python3 | tr " " "\n" | grep usr/local/bin | tr "\n" " ");
|
||||||
|
|||||||
Reference in New Issue
Block a user