Skip to content

Commit

Permalink
Remove SetRootPrivsToRrManager task on uninstall RRM
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriiNazarenkoTine committed Oct 27, 2024
1 parent 5508444 commit 8d3c554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = rr-manager
SPK_VERS = 2.0
SPK_REV = 73
SPK_REV = 74
SPK_ICON = src/rr-manager.png

DSM_UI_DIR = app
Expand Down
1 change: 1 addition & 0 deletions src/service-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ service_postuninst ()
{
echo "DELETE FROM task WHERE task_name='RunRrUpdate'" | sqlite3 /usr/syno/etc/esynoscheduler/esynoscheduler.db
echo "DELETE FROM task WHERE task_name='ApplyRRConfig'" | sqlite3 /usr/syno/etc/esynoscheduler/esynoscheduler.db
echo "DELETE FROM task WHERE task_name='SetRootPrivsToRrManager'" | sqlite3 /usr/syno/etc/esynoscheduler/esynoscheduler.db
}

0 comments on commit 8d3c554

Please sign in to comment.