diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-09-19 19:08:29 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-09-19 19:08:29 +0100 |
commit | 135f7ec31ccc691b626d465a70fcac97baa895f7 (patch) | |
tree | b6783700415dda7c8f551e75b9e4a169365a4db0 /gitscripts.conf.example | |
parent | cfa6e98a33e89291b19376e9e1ab25510afdfb7d (diff) | |
download | git-scripts-135f7ec31ccc691b626d465a70fcac97baa895f7.tar.gz git-scripts-135f7ec31ccc691b626d465a70fcac97baa895f7.zip |
Added automatically restarting the web ui when a new repo is created
Diffstat (limited to 'gitscripts.conf.example')
-rwxr-xr-x | gitscripts.conf.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitscripts.conf.example b/gitscripts.conf.example index 4acf70d..ee273b0 100755 --- a/gitscripts.conf.example +++ b/gitscripts.conf.example @@ -4,6 +4,7 @@ repo_meta_path = /srv/www/repositories domain = git.eda.gay gitignore_templates = /srv/www/gitignore license_templates = /srv/www/license-templates/templates +restart_ui_cmd = bash /srv/www/git-scripts/restart_ui [github] user = jwansek |