mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #2238] Multiple of the same script in Automation Policies #1394
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#1394
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kieran-staffs-tech on GitHub (Jun 4, 2025).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2238
I have a disk check script that checks the free space of a drive and presents an error code depending on how much space is left. This script allows the input of an argument to specify which disk letter is used.
If I deploy the same script multiple times to an automation policy. Only the first script is deployed to the endpoints. It appears you cannot use the same script multiple times.