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 cdd49b0 commit 21f2dde
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 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 blindInstall/SetupHelperVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v8.0~16
v8.0~17
3 changes: 3 additions & 0 deletions changes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ v8.0: (beta)
fixed: PackageManager hangs if there is no setup script in package directory
fixed: package conflict message disappears

v7.17:
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 @@
v8.0~16
v8.0~17

0 comments on commit 21f2dde

Please sign in to comment.