We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c1cea commit d686a01Copy full SHA for d686a01
1 file changed
grocy/rootfs/etc/s6-overlay/s6-rc.d/init-grocy/run
@@ -9,6 +9,9 @@ if ! bashio::fs.directory_exists "/data/grocy"; then
9
10
# Setup structure
11
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!"
15
fi
16
17
if ! bashio::fs.directory_exists "/data/grocy/viewcache"; then
0 commit comments