Browse Source

Update mariadb-install.sh

tteckster 3 năm trước cách đây
mục cha
commit
070beeadec
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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"