From 1340aaf52e4351e14fa867b5390d3e8a16e0d7b6 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Wed, 30 Mar 2022 10:06:16 +0200 Subject: [PATCH] fix path --- bundles/nextcloud/items.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/nextcloud/items.py b/bundles/nextcloud/items.py index 151c04b..09c2e5e 100644 --- a/bundles/nextcloud/items.py +++ b/bundles/nextcloud/items.py @@ -126,7 +126,7 @@ files['/opt/nextcloud_upgrade_status.php'] = { actions['upgrade_nextcloud'] = { 'command': repo.libs.nextcloud.occ('upgrade'), - 'unless': 'sudo -u www-data php /opt/nextcloud/upgrade_status.php; test $? -ne 99', + 'unless': 'sudo -u www-data php /opt/nextcloud_upgrade_status.php; test $? -ne 99', 'needs': [ 'file:/opt/nextcloud_upgrade_status.php', 'action:install_nextcloud',