diff --git a/.install/loveland.sh b/.install/loveland.sh index 5ea226d..c48271d 100755 --- a/.install/loveland.sh +++ b/.install/loveland.sh @@ -82,7 +82,7 @@ echo ' sudo apt-get install fail2ban nginx ssl-cert php-curl php-sqlite3 php-gd php-json php-xml php-mbstring php-fpm sqlite -y || err=1 # IN CASE, KILL RUNNING OASIS -kill -9 $(ps auxf --sort=+utime | grep -w oasis | grep -v -E 'color=auto|grep' | tail -n 1 | awk '{print $2}') +sudo kill -9 $(ps auxf --sort=+utime | grep -w oasis | grep -v -E 'color=auto|grep' | tail -n 1 | awk '{print $2}') echo "REstarting OASIS with good $nodename & network config" [[ ! $(which nslookup) ]] && sudo apt-get install lolcat dnsutils -y