|
@@ -13,7 +13,7 @@
|
13
|
13
|
# License
|
14
|
14
|
# =======
|
15
|
15
|
#
|
16
|
|
-# Copyright (C) 2015-2016 Bob Mottram <bob@freedombone.net>
|
|
16
|
+# Copyright (C) 2015-2018 Bob Mottram <bob@freedombone.net>
|
17
|
17
|
#
|
18
|
18
|
# This program is free software: you can redistribute it and/or modify
|
19
|
19
|
# it under the terms of the GNU Affero General Public License as published by
|
|
@@ -430,6 +430,7 @@ if [[ "$1" == "test" ]]; then
|
430
|
430
|
TEST_MODE="yes"
|
431
|
431
|
fi
|
432
|
432
|
|
|
433
|
+gpg_agent_setup root
|
433
|
434
|
backup_configfiles
|
434
|
435
|
if [[ $TEST_MODE == "no" ]]; then
|
435
|
436
|
backup_blocklist
|