Skip to content

Commit

Permalink
fixed: services not always uninstalled
Browse files Browse the repository at this point in the history
  • Loading branch information
kwindrem committed Apr 12, 2024
1 parent a89f05d commit a4680fd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HelperResources/ServiceResources
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ removeService ()
elif [ $cmd == 'multilog' ]; then
pids+="$ppid "
fi
done 9<<< $(ps -l | grep $serviceName)
done 9<<< $(ps -lw | grep $serviceName)

# remove the service directory
rm -rf "$serviceDir/$serviceName"
Expand Down
2 changes: 1 addition & 1 deletion HelperResources/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v7.10
v7.17
2 changes: 1 addition & 1 deletion blindInstall/SetupHelperVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v7.16
v7.17
3 changes: 3 additions & 0 deletions changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v7.17:
fixed: services not always uninstalled

v7.16:
fixed: PackageManager hangs with package add

Expand Down
Binary file modified venus-data-UninstallPackages.tgz
Binary file not shown.
Binary file modified venus-data.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v7.16
v7.17

0 comments on commit a4680fd

Please sign in to comment.