From ceba726b2f78342a0cbcad3dd126189f705bd51a Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Thu, 19 Sep 2013 13:14:00 +0300 Subject: [PATCH] top: remove NICE, music: remove d522w0 * NICE columns duplicates PRIORITY * d522w0 is out, sync directly to the laptop --- .toprc | 4 ++-- bin/music | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) 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