-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Steps to reproduce
- In
config.phpput some invalid dir inapps_pathse.g.
'apps_paths' =>
array (
0 =>
array (
'path' => '/home/phil/git/owncloud/core/apps',
'url' => '/apps',
'writable' => false,
),
1 =>
array (
'path' => '/home/phil/git/owncloud/core/apps-zzz',
'url' => '/apps-zzz',
'writable' => true,
),
),
- Do some
occcommand:
$ php occ app:disable guests
App directory "/home/phil/git/owncloud/core/apps-zzz" not found! Please put the ownCloud apps folder in the ownCloud folder or the folder above. You can also configure the location in the config.php file.
$ echo $?
0
$ php occ user:list
App directory "/home/phil/git/owncloud/core/apps-zzz" not found! Please put the ownCloud apps folder in the ownCloud folder or the folder above. You can also configure the location in the config.php file.
$ echo $?
0
Expected behaviour
Non-zero exit status
Actual behaviour
Exit status is zero (which indicates success)
Server configuration
Current git core master.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels