mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
6 lines
80 B
Bash
Executable file
6 lines
80 B
Bash
Executable file
#!/bin/bash
|
|
set -eou pipefail
|
|
|
|
cp -vf logging.prod.conf logging.conf
|
|
|
|
exec "$@"
|