Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse committed Apr 12, 2021
1 parent 00766a0 commit b9d9414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emoncms/rootfs/etc/cont-init.d/emoncms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ bashio::log.info "Setting up persistant storage"
if ! bashio::fs.directory_exists "/data/emoncms"; then
bashio::log.debug 'Data directory not initialized, doing that now...'

# Create directories
# Create directories
mkdir -p /data/emoncms/phpfina
mkdir -p /data/emoncms/phptimeseries

Expand Down

0 comments on commit b9d9414

Please sign in to comment.