Fix addPackage feature, which could not work (never tested before...)

This commit is contained in:
Alexandre CATTEAU 2022-04-18 12:19:50 +02:00
parent 4342916369
commit 4572fbcbc8

View File

@ -156,6 +156,7 @@ checkUpdates() {
}
addPackage() {
scp $ssh_options $remote_repository/$repo_db_file $remote_repository/$repo_db_filesfile $run_directory_path/
createPackage $1
addPackageToRepo $1
}