Add tests for presence of restrore functions within app scripts
This commit is contained in:
parent
c06871f9b1
commit
79ca882147
|
@ -61,7 +61,7 @@ function test_app_functions {
|
|||
FILES=/usr/share/${PROJECT_NAME}/apps/${PROJECT_NAME}-app-*
|
||||
|
||||
# check that these functions exist
|
||||
interface_functions=( install remove backup_local backup_remote upgrade )
|
||||
interface_functions=( install remove backup_local backup_remote restore_local restore_remote upgrade )
|
||||
|
||||
# for all the app scripts
|
||||
for filename in $FILES
|
||||
|
|
Loading…
Reference in New Issue