Skip to content

Commit

Permalink
Merge pull request #2144 from noobaa/nimrodg-bug-#2141
Browse files Browse the repository at this point in the history
Fix cli command for forever service removal
  • Loading branch information
Nimrod Geva authored Nov 6, 2016
2 parents 147c860 + 7b74ac7 commit 2f8acb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deploy/Linux/remove_service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
PATH=/usr/local/noobaa:$PATH;

#attempting to remove old service installations
/usr/local/noobaa/node_modules/forever-service/bin/forever-service delete noobaa_local_service &> /dev/null
/usr/local/noobaa/node_modules/forever-service/bin/forever-service stop noobaa_local_service &> /dev/null

echo "Uninstalling NooBaa local service"
if [ -f /usr/bin/systemctl ] || [ -f /bin/systemctl ]; then
Expand Down

0 comments on commit 2f8acb9

Please sign in to comment.