Skip to content

Commit

Permalink
Rsync vs mv for nginx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Aug 1, 2023
1 parent 733cdc7 commit 2745fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/setupStandardConf.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env sh

# nginx
mv /build/nginx/* "$NGINX_CONFD_DIR/"
$RSYNC_MOVE /build/nginx/ "$NGINX_CONFD_DIR/"

# php
mv /build/php/app-php.ini "$PHP_CONFD_DIR/zz_app.ini"
Expand Down

0 comments on commit 2745fc1

Please sign in to comment.