mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-28 19:17:16 +08:00
Adds some permissions to the tar extracted files (#299)
This patch adds permissions after extracting the config tar as suggested by issue #257
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user