From 3f54ea8eb5d3eafa15c038e0c7d07cd1802c69f1 Mon Sep 17 00:00:00 2001 From: ernesto75 Date: Sat, 14 Sep 2019 11:40:49 +0200 Subject: [PATCH] Fixing typos This commit fix 2 typos in the script: in line #117 the character - has been removed and line #114 has been decommented. --- lobstex_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lobstex_install.sh b/lobstex_install.sh index c32695b..32b2a04 100644 --- a/lobstex_install.sh +++ b/lobstex_install.sh @@ -111,10 +111,10 @@ User=root Group=root Type=forking -#PIDFile=$CONFIGFOLDER/$COIN_NAME.pid +PIDFile=$CONFIGFOLDER/$COIN_NAME.pid ExecStart=$COIN_PATH$COIN_DAEMON -daemon -conf=$CONFIGFOLDER/$CONFIG_FILE -datadir=$CONFIGFOLDER -ExecStop=-$COIN_PATH$COIN_CLI -conf=$CONFIGFOLDER/$CONFIG_FILE -datadir=$CONFIGFOLDER stop +ExecStop=$COIN_PATH$COIN_CLI -conf=$CONFIGFOLDER/$CONFIG_FILE -datadir=$CONFIGFOLDER stop Restart=always PrivateTmp=true