Fix addPackage feature, which could not work (never tested before...)
This commit is contained in:
parent
4342916369
commit
4572fbcbc8
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user