mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update index.tsx
This commit is contained in:
parent
c8b7025c31
commit
e0deaaa18f
@ -63,7 +63,7 @@ const Install: React.FC = () => {
|
||||
if (option === "screenshots" && installOptions[option].value === "local") {
|
||||
command += ` --screenshots=local`;
|
||||
} else {
|
||||
command += ` --${option.replace(/-/g, '_')}`;
|
||||
command += ` --${option}`;
|
||||
if (installOptions[option].value !== true) {
|
||||
command += `=${installOptions[option].value}`;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user