Skip to content

Commit 7b74ac7

Browse files
committed
Fix cli command for forever service removal
1 parent 147c860 commit 7b74ac7

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)