LOOT_DIR moved to 189 line

This commit is contained in:
Pushpam Kumar 2019-06-24 00:09:35 +05:30
parent 3f42906195
commit 22fc0228a4
1 changed files with 1 additions and 1 deletions

2
sniper
View File

@ -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"