mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 07:15:54 -04:00
remove unnecessary permissions
This commit is contained in:
parent
e54f9b2eaa
commit
660866f230
@ -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 ..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user