1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyfin_ynh.git synced 2024-09-03 19:26:29 +02:00

john doesn't exist, use the package_checker user for upgrade test

This commit is contained in:
Kayou 2024-06-24 09:42:03 +02:00 committed by GitHub
parent dad641e689
commit 73a91d7270
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,9 +8,9 @@ test_format = 1.0
sudo apt update >/dev/null
"""
args.admin = "john"
args.init_admin_permission="john"
args.admin = "package_checker"
args.init_admin_permission="package_checker"
test_upgrade_from.c78bd4fc24803f23b1d243f397f3128d8fe663d8.name = "10.8.13_ynh1"
test_upgrade_from.c78bd4fc24803f23b1d243f397f3128d8fe663d8.args.domain = "domain.tld"
test_upgrade_from.c78bd4fc24803f23b1d243f397f3128d8fe663d8.args.admin = "john"
test_upgrade_from.c78bd4fc24803f23b1d243f397f3128d8fe663d8.args.admin = "package_checker"