From: Silvio Rhatto Date: Sun, 26 Jul 2015 19:09:52 +0000 (-0300) Subject: Updates user names at sync-media scripts X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6b321eaa1b6a43d3f7b5c1e2345fdaded07e1af5;p=puppet-backup.git Updates user names at sync-media scripts --- diff --git a/files/sync-media b/files/sync-media index 5346524..a5465f1 100644 --- a/files/sync-media +++ b/files/sync-media @@ -17,7 +17,7 @@ OPTIONS="$*" function sync_media_identity { if [ -z "`git config --local user.email`" ] || [ -z "`git config --local user.name`" ]; then repo="$(basename `pwd`)" - git config user.name "${repo^} Asset Manager" + git config user.name "${repo^} Archive" git config user.email "$repo@localhost" fi } diff --git a/files/sync-media-init b/files/sync-media-init index 9f396ec..839deea 100644 --- a/files/sync-media-init +++ b/files/sync-media-init @@ -17,7 +17,7 @@ BOXES="" function sync_media_identity { if [ -z "`git config --local user.email`" ] || [ -z "`git config --local user.name`" ]; then repo="$(basename `pwd`)" - git config user.name "${repo^} Asset Manager" + git config user.name "${repo^} Archive" git config user.email "$repo@localhost" fi }