Skip to content

Commit

Permalink
Remove deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Laica-Lunasys committed Jul 28, 2024
1 parent 52dcb85 commit e9bfcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velocity/launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ _task_prepare() {
# files (ex. velocity.toml)
cd /app/templates
for target in $(find . -mindepth 1 -maxdepth 1 -type f | sed -e 's/\.\///'); do
cp -TRpnv ${PWD}/${target} /app/server/${target}
cp --update=none -TRpv ${PWD}/${target} /app/server/${target}
done
}

Expand Down

0 comments on commit e9bfcaf

Please sign in to comment.