remove unnecessary permissions

This commit is contained in:
PromptPunksFauxCough 2025-02-24 19:58:53 +00:00 committed by GitHub
parent e54f9b2eaa
commit 660866f230
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -109,12 +109,6 @@ function remote {
echo_blue "Installing Haveno ..."
apt install -y ./"${package_filename}" || { echo_red "Failed to install Haveno."; exit 1; }
## Adjust permissions:
echo_blue "Adjust permissions ..."
chown -R $(ls /home):$(ls /home) /opt/haveno
## Finalize
echo_blue "Haveno TemplateVM installation and configuration complete."
printf "%s \n" "Press [ENTER] to complete ..."