mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update set_perms.sh
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user