X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=svnfix;fp=svnfix;h=8de255eb46872a242d12abac951c1317714f3268;hb=5cff203dc76b1de91ed2f989e0e6b8f574c98083;hp=61ce4a6727a5f1b863ebb0bb213cc63e4328b31f;hpb=75aa49b876648316f2e47aae7b7158707509d87b;p=bin.git diff --git a/svnfix b/svnfix index 61ce4a6..8de255e 100755 --- a/svnfix +++ b/svnfix @@ -1,5 +1,8 @@ #!/bin/sh +# fix all of the permissions +find ~/.hide -print0 |xargs -0 chmod go-rwx; + if [ -e ~/.hide/irssi_config ] && [ -d .irssi ]; then ln -sf ~/.hide/irssi_config ~/.irssi/config; fi; @@ -29,3 +32,7 @@ fi; if [ -e ~/.hide/f1rc ]; then ln -sf ~/.hide/f1rc ~/.f1rc fi; + +if [ -e ~/.hide/dgsmon_conf ]; then + ln -sf ~/.hide/dgsmon_conf ~/.dgsmonrc +fi; \ No newline at end of file