diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -415,7 +415,7 @@ validate-config: else \ echo "✗ Rclone connection failed"; \ fi; \ - elif [ -f /root/.restic_env ]; then \ + elif sudo [ -f /root/.restic_env ]; then \ echo "✓ System scope configuration found"; \ echo "Checking system configuration..."; \ if sudo [ -f /root/.restic_password ] && sudo [ -s /root/.restic_password ]; then \ |
