Skip to content

Commit

Permalink
Correctly construct arguments for freebsd-update
Browse files Browse the repository at this point in the history
  • Loading branch information
aWZHY0yQH81uOYvH authored and dgeo committed Apr 12, 2024
1 parent cbf0f60 commit f52c88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iocage_lib/ioc_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def upgrade_jail(self):
tmp.name, "-b", self.path, "-d",
f"{self.path}/var/db/freebsd-update/", "-f",
f"{self.path}/etc/freebsd-update.conf",
"--not-running-from-cron", "--currently-running "
"--not-running-from-cron", "--currently-running",
f"{self.jail_release}", "-r", self.new_release, "upgrade"
]

Expand Down

0 comments on commit f52c88a

Please sign in to comment.