OP#414 update app.ini

This commit is contained in:
Arne Teuke
2026-02-05 15:23:03 +01:00
parent 3761190b20
commit cccd0c4543
2 changed files with 3 additions and 1 deletions

View File

@@ -19,6 +19,8 @@ class confdroid_gitea::main::files (
file { '/usr/local/bin/gitea':
ensure => 'link',
owner => $ga_user,
group => $ga_user,
target => "${ga_opt_dir}/gitea",
}