Fix addPackage feature, which could not work (never tested before...)
This commit is contained in:
		@@ -156,6 +156,7 @@ checkUpdates() {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
addPackage() {
 | 
					addPackage() {
 | 
				
			||||||
 | 
					  scp $ssh_options $remote_repository/$repo_db_file $remote_repository/$repo_db_filesfile $run_directory_path/
 | 
				
			||||||
  createPackage $1
 | 
					  createPackage $1
 | 
				
			||||||
  addPackageToRepo $1
 | 
					  addPackageToRepo $1
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user