mirror of
				https://github.com/digitalocean/nginxconfig.io.git
				synced 2025-11-04 18:28:17 +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>
 | 
			
		||||
                    <br />
 | 
			
		||||
                    <BashPrism :key="$parent.tarName"
 | 
			
		||||
                               :cmd="`tar -xzvf ${$parent.tarName}`"
 | 
			
		||||
                               :cmd="`tar -xzvf ${$parent.tarName} | xargs chmod 0644`"
 | 
			
		||||
                               @copied="codeCopiedEvent('Extract new nginx config tar')"
 | 
			
		||||
                    ></BashPrism>
 | 
			
		||||
                </p>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user