From 2e7d4733b8a0238af8b66ffa9d4655ecc075b01c Mon Sep 17 00:00:00 2001 From: jonnyboy Date: Sun, 30 Dec 2012 23:35:29 -0500 Subject: [PATCH] Update set_perms.sh --- set_perms.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/set_perms.sh b/set_perms.sh index e947ce47c..c0c0053ea 100755 --- a/set_perms.sh +++ b/set_perms.sh @@ -9,11 +9,10 @@ fi cp $TESTING_PATH/nzb-importmodified.php $NEWZPATH/www/admin/ if [ -d "/home/$USERNAME" ]; then + $SED -i -e "s/'changeme',1/'$NZBPATH',0/" conf/.tmux.conf cp conf/.tmux.conf /home/$USERNAME/.tmux.conf fi -cp conf/.tmux.conf /home/$USERNAME/.tmux.conf -$SED -i -e "s/'changeme',1/'$NZBPATH',0/" conf/.tmux.conf $SED -i -e 's/$this->processAdditional();/\/\/$this->>processAdditional();/' $NEWZPATH/www/lib/postprocess.php $SED -i -e 's/$this->processNfos();/\/\/$this->processNfos();/' $NEWZPATH/www/lib/postprocess.php $SED -i -e 's/$this->processUnwanted();/\/\/$this->processUnwanted();/' $NEWZPATH/www/lib/postprocess.php