From 87ea3fcfc483f5bd7a46bd1279275ff0325d81d6 Mon Sep 17 00:00:00 2001 From: Tommy Verrall Date: Tue, 20 Feb 2024 09:29:26 +0100 Subject: [PATCH] remove extra line --- mixnode/debian/postinst | 1 - 1 file changed, 1 deletion(-) diff --git a/mixnode/debian/postinst b/mixnode/debian/postinst index 14b893a2f7..7c672de34b 100644 --- a/mixnode/debian/postinst +++ b/mixnode/debian/postinst @@ -32,7 +32,6 @@ else # Leave the binary as the user to perform the apt install # It's down to the user to specify the correct ownership and permissions chmod 755 "$default_location" - chmod 755 "$default_location" echo "Installation complete. Please configure and start the nym-mixnode process manually." echo "Refer to https://nymtech.net/operators/nodes/mixnode-setup.html"