Move script not working

avatar

PSU Version: 2026.2.1
Custom script base path configured in settings

I'm trying to move this:
SubFolder1\ScriptName.ps1
into
SubFolder1\SubFolder2\ScriptName.ps1

I click edit properties on my existing script, choose the new folder from the drop down, then hit OK.
No errors, and I get a toast saying "Script Saved", but the script stays in the same location.

All Comments (2)

avatar

@insomniacc I will open an issue for this. One question, what is your base path set to? I ask because we had some other issues with scripts when the base path was set to .universal\scripts and I just want to make sure we cover your case as well.

Adam Driscoll
PowerShell Expert and Developer at Devolutions

avatar
@insomniacc I will open an issue for this. One question, what is your base path set to? I ask because we had some other issues with scripts when the base path was set to .universal\scripts and I just want to make sure we cover your case as well.


@Adam Driscoll
'Scripts\' is my base, so basically it's a sub folder in my repo root