fix path
This commit is contained in:
parent
739c38d1b4
commit
1340aaf52e
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue