mirror of
				https://github.com/SteamDeckHomebrew/decky-plugin-template.git
				synced 2025-11-02 15:22:25 -06:00 
			
		
		
		
	Fix: Handle passwords starting with $ in chmodplugins task #28
This commit is contained in:
		
					parent
					
						
							
								05cb4433d8
							
						
					
				
			
			
				commit
				
					
						f3f56aae04
					
				
			
		
					 1 changed files with 4 additions and 3 deletions
				
			
		
							
								
								
									
										7
									
								
								.vscode/tasks.json
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.vscode/tasks.json
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -132,11 +132,12 @@
 | 
			
		|||
        //Used chmod plugins folder to allow copy-over of files
 | 
			
		||||
        {
 | 
			
		||||
            "label": "chmodplugins",
 | 
			
		||||
            "detail": "chmods plugins folder to prevent perms issues",
 | 
			
		||||
            "detail": "chmods plugins folder to prevent permission issues",
 | 
			
		||||
            "type": "shell",
 | 
			
		||||
            "group": "none",
 | 
			
		||||
            "command": "ssh ${config:deckuser}@${config:deckip} -p ${config:deckport} ${config:deckkey} 'echo '${config:deckpass}' | sudo -S chmod -R ug+rw ${config:deckdir}/homebrew/plugins/'",
 | 
			
		||||
            "command": "ssh -i ${config:deckkey} ${config:deckuser}@${config:deckip} -p ${config:deckport} 'echo \"${config:deckpass}\" | sudo -S chmod -R ug+rw /home/deck/homebrew/plugins/'",
 | 
			
		||||
            "problemMatcher": []
 | 
			
		||||
        },
 | 
			
		||||
         }
 | 
			
		||||
         
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue