Skip to content

Commit 2f8acb9

Browse files
author
Nimrod Geva
authored
Merge pull request #2144 from noobaa/nimrodg-bug-#2141
Fix cli command for forever service removal
2 parents 147c860 + 7b74ac7 commit 2f8acb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deploy/Linux/remove_service.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
PATH=/usr/local/noobaa:$PATH;
55

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

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

0 commit comments

Comments
 (0)