From 3c380d02ffc41eb1aec8400040e7806e85124bdc Mon Sep 17 00:00:00 2001 From: Alexis6307 Date: Thu, 20 Jun 2019 10:21:52 +0200 Subject: [PATCH] Update sniper Init postgresql with service command (not systemctl for compatibility purposes) --- sniper | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sniper b/sniper index 330eb74..80fcb8f 100755 --- a/sniper +++ b/sniper @@ -8,6 +8,9 @@ INSTALL_DIR="/usr/share/sniper" LOOT_DIR="$INSTALL_DIR/loot/$TARGET" SNIPER_PRO=$INSTALL_DIR/pro.sh +# INIT POSTGRESQL +service postgresql start + # LOAD SNIPER CONFIGURATION FILE if [ -f ~/.sniper.conf ]; then source ~/.sniper.conf