Skip to content

Commit d686a01

Browse files
authored
Warn about default credentials on first boot (#527)
1 parent 88c1cea commit d686a01

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • grocy/rootfs/etc/s6-overlay/s6-rc.d/init-grocy

grocy/rootfs/etc/s6-overlay/s6-rc.d/init-grocy/run

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ if ! bashio::fs.directory_exists "/data/grocy"; then
99

1010
# Setup structure
1111
cp -R /var/www/grocy/data /data/grocy
12+
13+
bashio::log.warning "The default login credentials are username: 'admin' password: 'admin'."
14+
bashio::log.warning "Please change the password after first login!"
1215
fi
1316

1417
if ! bashio::fs.directory_exists "/data/grocy/viewcache"; then

0 commit comments

Comments
 (0)