Fixed uninstall.sh

This commit is contained in:
gSpot
2021-02-01 03:29:12 +03:00
parent 884010b2f5
commit cb7b761e99
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -376,7 +376,7 @@ AppStop
PrintBold "Updating packages list..."
UpdatePackagesList
PrintBold "Saving current configuration..."
BackupCurrentConfig
#BackupCurrentConfig
PrintBold "Installing basic configuration..."
InstallBaseConfig
if [ $? -eq 0 ]; then
Binary file not shown.
+1 -1
View File
@@ -60,7 +60,7 @@ define Package/$(PKG_NAME)/preinst
RUAB_CFG_DIR="/etc/ruantiblock"
EXEC_DIR="/usr/bin"
BACKUP_DIR="$${RUAB_CFG_DIR}/autoinstall.bak"
BACKUP_DIR="$${RUAB_CFG_DIR}/autoinstall.bak.`date +%s`"
FILE_CONFIG="$${RUAB_CFG_DIR}/ruantiblock.conf"
FILE_FQDN_FILTER="$${RUAB_CFG_DIR}/ruab_fqdn_filter"
FILE_IP_FILTER="$${RUAB_CFG_DIR}/ruab_ip_filter"