mirror of
				https://github.com/Neocky/pluGET.git
				synced 2024-04-29 16:12:30 +00:00 
			
		
		
		
	Removed . in initial config for SFTP
				
					
				
			This commit is contained in:
		@@ -75,12 +75,12 @@ def createConfig():
 | 
			
		||||
    config['SFTP - Remote Server'][';'] = 'If a different Port for SFTP needs to be used (Works only for SFTP)'
 | 
			
		||||
    config['SFTP - Remote Server']['SFTPPort'] = '22'
 | 
			
		||||
    config['SFTP - Remote Server'][';_'] = 'Change the path below if the plugin folder path is different on the SFTP/FTP server (Change only if you know what you are doing)'
 | 
			
		||||
    config['SFTP - Remote Server']['PluginFolderOnServer'] = './plugins'
 | 
			
		||||
    config['SFTP - Remote Server']['PluginFolderOnServer'] = '/plugins'
 | 
			
		||||
    config['SFTP - Remote Server'][';__'] = 'If you want to use FTP instead of SFTP change to (False) else use (True)'
 | 
			
		||||
    config['SFTP - Remote Server']['USE_SFTP'] = 'True'
 | 
			
		||||
    config['SFTP - Remote Server'][';___'] = 'For a different folder to store the updated plugins (Only with the update command!) change to (True/False) and the path below'
 | 
			
		||||
    config['SFTP - Remote Server']['SeperateDownloadPath'] = 'False'
 | 
			
		||||
    config['SFTP - Remote Server']['PathToSeperateDownloadPath'] = './plugins'
 | 
			
		||||
    config['SFTP - Remote Server']['PathToSeperateDownloadPath'] = '/plugins'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    with open('config.ini', 'w') as configfile:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user