Correct permissions
This commit is contained in:
		@@ -42,8 +42,8 @@ assets = [
 | 
			
		||||
    ["target/release/reminder-rs", "usr/bin/reminder-rs", "755"],
 | 
			
		||||
    ["conf/default.env", "etc/reminder-rs/default.env", "600"],
 | 
			
		||||
    ["conf/Rocket.toml", "etc/reminder-rs/Rocket.toml", "600"],
 | 
			
		||||
    ["web/static/**/*", "lib/reminder-rs/static", "755"],
 | 
			
		||||
    ["web/templates/**/*", "lib/reminder-rs/templates", "755"],
 | 
			
		||||
    ["web/static/**/*", "lib/reminder-rs/static", "666"],
 | 
			
		||||
    ["web/templates/**/*", "lib/reminder-rs/templates", "666"],
 | 
			
		||||
#    ["nginx/reminder-rs", "etc/nginx/sites-available/reminder-rs", "755"]
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user