We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 147c860 + 7b74ac7 commit 2f8acb9Copy full SHA for 2f8acb9
src/deploy/Linux/remove_service.sh
@@ -4,7 +4,7 @@
4
PATH=/usr/local/noobaa:$PATH;
5
6
#attempting to remove old service installations
7
-/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
8
9
echo "Uninstalling NooBaa local service"
10
if [ -f /usr/bin/systemctl ] || [ -f /bin/systemctl ]; then
0 commit comments