mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Move File has wrong new location #515
Reference in New Issue
Block a user
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 @rmartinoscar on GitHub (Dec 11, 2025).
On linux if you were to do





mv 'libraries/net/minecraftforge/forge/1.21.11-61.0.1/unix_args copy.txt' ../../../../../unix_args.txtit would be moved to/home/container/unix_args.txtnot/home/container/unix_args.txt/unix_args copy.txt(This is also how Pterodactyl works)@Boy132 commented on GitHub (Dec 11, 2025):
This is intentional, the file name itself is not part of the "new location". I'm pretty sure we talked about that on Discord.
04ea6fcd94@rmartinoscar commented on GitHub (Dec 14, 2025):
I can't recall anyway I must have misunderstood then cause this is really annoying to have to copy the file, move it in the according dir then rename it.
Would be even better if copy would let you choose the destination path instead of making it in the same folder imo.