From 22fc0228a44ac832520e3bb76a270a91db4a6329 Mon Sep 17 00:00:00 2001 From: Pushpam Kumar Date: Mon, 24 Jun 2019 00:09:35 +0530 Subject: [PATCH] LOOT_DIR moved to 189 line --- sniper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sniper b/sniper index 80fcb8f..fef7de7 100755 --- a/sniper +++ b/sniper @@ -5,7 +5,6 @@ VER="7.0" INSTALL_DIR="/usr/share/sniper" -LOOT_DIR="$INSTALL_DIR/loot/$TARGET" SNIPER_PRO=$INSTALL_DIR/pro.sh # INIT POSTGRESQL @@ -289,6 +288,7 @@ case $key in ls -l $INSTALL_DIR/loot/workspace/ echo "" echo "cd /usr/share/sniper/loot/workspace/" + LOOT_DIR="$INSTALL_DIR/loot/$TARGET" WORKSPACE_REPORT=$LOOT_DIR/sniper-report.html if [ -f $WORKSPACE_REPORT ]; then echo -e "$OKORANGE + -- --=[Loading Sn1per Professional...$RESET"