Don't quote environment variables; it is not needed in docker for this; closes pterodactyl/panel#2030
This commit is contained in:
parent
e83495a09e
commit
276bd2be33
|
@ -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
|
return out
|
||||||
|
|
Loading…
Reference in New Issue
Block a user