Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Environment variables quotes #1816

Open
Teneff opened this issue May 10, 2024 · 0 comments
Open

[Bug] Environment variables quotes #1816

Teneff opened this issue May 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Teneff
Copy link

Teneff commented May 10, 2024

Describe the bug

When adding/editing application and the value contains a special character, the value has to be wrapped in quotas ("), but if a value is wrapped in quotas, they are automatically removed

To Reproduce

Steps to reproduce the behavior:

  1. Go to App Store
  2. Install Swag
  3. Go to Environment Variables -> SUBDOMAINS
  4. Add value *
  5. see some directory listed as the value

or:
5. Go to Terminal
6. type echo $SUBDOMAINS and see the value as app bin command config defaults dev docker-mods donate.txt etc home init lib lsiopy media migrations mnt opt package proc root run sbin srv sys tmp usr var

Expected behavior

echo $SUBDOMAINS should ouput *

Screenshots

If applicable, add screenshots to help explain your problem.

image image
 - Version: v0.4.8
@Teneff Teneff added the bug Something isn't working label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant