From 700f519cd34dc847558d588acba55ee4835bd39d Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 30 Oct 2019 12:35:10 -0400 Subject: [PATCH] Minor code changes --- bastille-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bastille-init b/bastille-init index 2163985..5e416bb 100755 --- a/bastille-init +++ b/bastille-init @@ -463,7 +463,7 @@ gui_disable() rm -f ${WWWPATH}bastille_manager_*.php rm -rf ${WWWPATH}/ext/bastille rm -rf ${WWWPATH}/ext/bastille/images - rm -f ${LOCALSHAREPATH}/locale-bastille + rm -rf ${LOCALSHAREPATH}/locale-bastille rm -rf ${BASTILLECONFLINK} sysrc -f ${CWDIR}${EXTCONF} GUI_ENABLE=NO >/dev/null 2>&1 || error_notify "Error: A problem while removing extension gui files." exit 0