Skip to content

Commit

Permalink
Use cp instead of mv (fix tietoset reboot error)
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Aug 21, 2024
1 parent 7952868 commit 28b2189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/files/entrypoints/19-php_ini.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi

if [ $APP_ENV = 'prod' ]; then
echo "- Enable 99_production.ini..."
sudo mv \
sudo cp -f \
/etc/php$PHP_INSTALL_VERSION/conf.d/99_production.ini.dist \
/etc/php$PHP_INSTALL_VERSION/conf.d/99_production.ini
fi

0 comments on commit 28b2189

Please sign in to comment.