Don't quote environment variables; it is not needed in docker for this; closes pterodactyl/panel#2030
This commit is contained in:
@@ -784,7 +784,7 @@ eloop:
|
||||
}
|
||||
}
|
||||
|
||||
out = append(out, fmt.Sprintf("%s=\"%s\"", strings.ToUpper(k), v))
|
||||
out = append(out, fmt.Sprintf("%s=%s", strings.ToUpper(k), v))
|
||||
}
|
||||
|
||||
return out
|
||||
|
||||
Reference in New Issue
Block a user