Fixed copyright year

This commit is contained in:
Laurent Poujoulat 2020-06-30 11:27:12 +02:00 committed by root
parent b68858713d
commit d20bf19da1
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#! /bin/bash #! /bin/bash
# #
# Copyright (C) 2019 Laurent Poujoulat <lpoujoulat@april.org> # Copyright (C) 2020 Laurent Poujoulat <lpoujoulat@april.org>
# #
# This file is part of valise.chapril.org # This file is part of valise.chapril.org
# #
@ -57,7 +57,6 @@ else
NEXTCLOUD_STATE=`curl --silent --netrc-file ${CURL_CREDENTIAL} http://localhost/ocs/v2.php/apps/serverinfo/api/v1/info?format=json` NEXTCLOUD_STATE=`curl --silent --netrc-file ${CURL_CREDENTIAL} http://localhost/ocs/v2.php/apps/serverinfo/api/v1/info?format=json`
getNcState "nextcloud.system.apps.num_updates_available" getNcState "nextcloud.system.apps.num_updates_available"
fi fi
exit ${EXIT_RESULT} exit ${EXIT_RESULT}