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

Fix args for install ?

This commit is contained in:
Salamandar 2023-12-08 23:07:53 +01:00
parent 3486b71760
commit 550de36993

View file

@ -8,8 +8,8 @@ test_format = 1.0
sudo apt update >/dev/null
"""
args.admin = "john"
test_upgrade_from.384dcd2ff1dbf4b0085edb7f12e4d15f00508e2b.name = "10.8.0_ynh1"
test_upgrade_from.384dcd2ff1dbf4b0085edb7f12e4d15f00508e2b.args.domain = "domain.tld"
test_upgrade_from.384dcd2ff1dbf4b0085edb7f12e4d15f00508e2b.args.admin = "john"
[default.test_upgrade_from.384dcd2ff1dbf4b0085edb7f12e4d15f00508e2b]
name = "10.8.0_ynh1"
args.path = "/"
args.domain = "domain.tld"
args.admin = "package_checker"