one last tweak

This commit is contained in:
Tommy Verrall
2024-02-20 09:26:00 +01:00
parent 66a54aeab3
commit 289343d1c8
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ else
echo "Fresh installation detected."
if [ -f "$default_location" ]; then
chown "$default_user:$default_group" "$default_location"
# 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"
echo "Installation complete. Please configure and start the nym-gateway process manually."
+3 -1
View File
@@ -29,7 +29,9 @@ else
echo "Fresh installation detected."
if [ -f "$default_location" ]; then
chown "$default_user:$default_group" "$default_location"
# 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."