Adds some permissions to the tar extracted files (#299)
This patch adds permissions after extracting the config tar as suggested by issue #257pull/302/head
parent
3651c8438b
commit
9acceeb924
|
@ -72,7 +72,7 @@ THE SOFTWARE.
|
||||||
<span v-html="$t('templates.setupSections.download.extractTheNewCompressedConfigurationArchiveUsingTar')"></span>
|
<span v-html="$t('templates.setupSections.download.extractTheNewCompressedConfigurationArchiveUsingTar')"></span>
|
||||||
<br />
|
<br />
|
||||||
<BashPrism :key="$parent.tarName"
|
<BashPrism :key="$parent.tarName"
|
||||||
:cmd="`tar -xzvf ${$parent.tarName}`"
|
:cmd="`tar -xzvf ${$parent.tarName} | xargs chmod 0644`"
|
||||||
@copied="codeCopiedEvent('Extract new nginx config tar')"
|
@copied="codeCopiedEvent('Extract new nginx config tar')"
|
||||||
></BashPrism>
|
></BashPrism>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue