remove single quotes around script name

This commit is contained in:
2021-07-30 09:54:48 -04:00
parent 20894a5bb5
commit b8e31bf825
+1 -1
View File
@@ -3,4 +3,4 @@
## This is an RMM script variable
$Name = '{[ProcessName]}'
Run-Script -PSLiveScript 'Stop-Process'
Run-Script -PSLiveScript Stop-Process