Skip to content

Commit

Permalink
v9.9
Browse files Browse the repository at this point in the history
DietPi-Software | Yaca - set admin password on install
  • Loading branch information
Joulinar authored and MichaIng committed Nov 7, 2024
1 parent 1806901 commit f6ef7fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -4142,6 +4142,10 @@ ExecStop=/etc/yacy/stopYACY.sh
[Install]
WantedBy=multi-user.target
_EOF_

# Set admin interface passwd:
[[ ! -f '/etc/yacy/DATA/SETTINGS/yacy.conf' ]] && Create_Config /etc/yacy/DATA/SETTINGS/yacy.conf yacy
/etc/yacy/bin/passwd.sh "$GLOBAL_PW"
fi

if To_Install 186 ipfs # IPFS Node
Expand Down

0 comments on commit f6ef7fa

Please sign in to comment.