From 070beeadec845b8300ee49f13beb5b39ddbb2c0b Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 22 Feb 2022 20:19:08 -0500 Subject: [PATCH] Update mariadb-install.sh --- unpriv/mariadb-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unpriv/mariadb-install.sh b/unpriv/mariadb-install.sh index ec2afc16..c9a18f8a 100644 --- a/unpriv/mariadb-install.sh +++ b/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"