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'] = {
|
actions['upgrade_nextcloud'] = {
|
||||||
'command': repo.libs.nextcloud.occ('upgrade'),
|
'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': [
|
'needs': [
|
||||||
'file:/opt/nextcloud_upgrade_status.php',
|
'file:/opt/nextcloud_upgrade_status.php',
|
||||||
'action:install_nextcloud',
|
'action:install_nextcloud',
|
||||||
|
|
Loading…
Reference in a new issue