Add tests for presence of restrore functions within app scripts

This commit is contained in:
Bob Mottram 2016-07-08 16:01:39 +01:00
parent c06871f9b1
commit 79ca882147
1 changed files with 1 additions and 1 deletions

View File

@ -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