YunoHost-Apps / shellinabox_ynh

Shell In A Box package for YunoHost
GNU General Public License v3.0
7 stars 3 forks source link

Level 5 forced #3

Closed maniackcrudelis closed 7 years ago

maniackcrudelis commented 7 years ago
>>>> MANIFEST <<<<
✘ shellinabox service doesn't exist

Nobody seems to know, for now, how this part of the manifest works...

>>>> INSTALL SCRIPT <<<<
✘ set -eu is missing at beginning of file. For details, look at https://dev.yunohost.org/issues/419 

set -eu replaced by ynh_abort_if_errors

>>>> REMOVE SCRIPT <<<<
✘ set -u is missing at beginning of file. For details, look at https://dev.yunohost.org/issues/419 

No set -u, but using of ynh_secure_remove

>>>> UPGRADE SCRIPT <<<<
✘ set -eu is missing at beginning of file. For details, look at https://dev.yunohost.org/issues/419 

set -eu replaced by ynh_abort_if_errors

>>>> BACKUP SCRIPT <<<<
✘ set -eu is missing at beginning of file. For details, look at https://dev.yunohost.org/issues/419 

set -eu is at the line 10.

>>>> RESTORE SCRIPT <<<<
✘ set -eu is missing at beginning of file. For details, look at https://dev.yunohost.org/issues/419

set -eu is at the line 10.