Explorar o código

Update mariadb-install.sh

tteckster %!s(int64=3) %!d(string=hai) anos
pai
achega
070beeadec
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      unpriv/mariadb-install.sh

+ 3 - 3
unpriv/mariadb-install.sh

@@ -66,7 +66,7 @@ systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
 echo -e "${CM}${CL} \r"
 
 echo -en "${GN} Cleanup... "
-lxc-cmd apt-get autoremove >/dev/null
-lxc-cmd apt-get autoclean >/dev/null
-lxc-cmd rm -rf /var/{cache,log}/* /var/lib/apt/lists/*
+apt-get autoremove >/dev/null
+apt-get autoclean >/dev/null
+rm -rf /var/{cache,log}/* /var/lib/apt/lists/*
 echo -e "${CM}${CL} \n"