mirror of
https://github.com/Corsinvest/cv4pve-autosnap.git
synced 2026-04-25 08:55:49 +03:00
[GH-ISSUE #60] Special characters in password field #56
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-autosnap#56
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 @benbelo on GitHub (Apr 28, 2022).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-autosnap/issues/60
Hi,
how can I escape special characters in the password, doubles and single quotes does not work.
Please mind that it is purely purely a scripting problem.
With another password, the program runs fine.
example :
cv4pve-autosnap --host=X.X.X.X --username=root@pam --password=This<Is<My<Password --vmid=253 snap --label=daily --keep=2
Expected behavior
Fix the cv4pve script to accept special characters in the password variable.
@benbelo commented on GitHub (Apr 28, 2022):
Nevermind, I found on the doc how to store the password into a file.
This solved my problem.