From a3c56bcaf77f04e16538b20af7953786beac03ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Wed, 14 Apr 2021 10:17:22 +0200 Subject: [PATCH] Fix last exit code with 0 (success) If it reaches the end, it a success. --- proxmox/backup.pve.content.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox/backup.pve.content.sh b/proxmox/backup.pve.content.sh index 43854cf..a888d6c 100755 --- a/proxmox/backup.pve.content.sh +++ b/proxmox/backup.pve.content.sh @@ -285,4 +285,4 @@ fi main -exit 255 +exit 0