diff --git a/.toprc b/.toprc index aa3e07f..c91648d 100644 --- a/.toprc +++ b/.toprc @@ -1,7 +1,7 @@ top's Config File (Linux processes with windows) Id:g, Mode_altscr=0, Mode_irixps=1, Delay_time=3.0, Curwin=0 -Def fieldscur=¥¨³´»½ÀÄ·º¹Å&')*+,-./012568<>?ABCFGHIJKLMNOPQRSTUVWXYZ[ - winflags=163636, sortindx=18, maxtasks=0 +Def fieldscur=¥¨³»½ÀÄ·º¹Å4&')*+,-./012568<>?ABCFGHIJKLMNOPQRSTUVWXYZ[ + winflags=163124, sortindx=18, maxtasks=0 summclr=1, msgsclr=1, headclr=3, taskclr=2 Job fieldscur=¥¦¹·º³´Ä»¼½§Å()*+,-./012568>?@ABCFGHIJKLMNOPQRSTUVWXYZ[ winflags=193844, sortindx=0, maxtasks=0 diff --git a/bin/music b/bin/music index 456bf77..b517d76 100755 --- a/bin/music +++ b/bin/music @@ -3,6 +3,7 @@ # Music synchronized operation script MUSDIR=/home/music/ +MUSSRV=d522w4 function enforce_permissions() { #chown -R artem:users "$MUSDIR" @@ -11,8 +12,8 @@ function enforce_permissions() { if [[ "$1" == "up" ]]; then enforce_permissions - rsync -avzup --delete $MUSDIR d522w0:$MUSDIR + rsync -avzup --delete $MUSDIR $MUSSRV:$MUSDIR else - rsync -avzup --delete d522w0:$MUSDIR $MUSDIR + rsync -avzup --delete $MUSSRV:$MUSDIR $MUSDIR enforce_permissions fi