Skip to content

Commit

Permalink
Update 02-init_steps.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Oct 16, 2023
1 parent dfd5de7 commit fc8e33a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,6 @@ for variable in env_memory_limit env_upload_max_filesize env_post_max_size; do
variable="${variable#env_}"
sed -i "/$variable/c $variable = $(bashio::config env_$variable)" /etc/php*/conf.d/nextcloud.ini
sed -i "/$variable/c $variable = $(bashio::config env_$variable)" /etc/php*/php.ini
bashio::log.blue "$variable set to $(bashio::config env_$variable)"
fi
done

0 comments on commit fc8e33a

Please sign in to comment.