4.0 release merge #16
|
@ -181,7 +181,6 @@ apt-get -y install \
|
||||||
apt-show-versions \
|
apt-show-versions \
|
||||||
bmon \
|
bmon \
|
||||||
curl \
|
curl \
|
||||||
expect \
|
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
git \
|
git \
|
||||||
htop \
|
htop \
|
||||||
|
|
|
@ -448,7 +448,6 @@ sudo -u www-data php $NC_PATH/occ app:enable files_external
|
||||||
sudo -u www-data php $NC_PATH/occ files_external:import /tmp/jra-nc-app-ef.json
|
sudo -u www-data php $NC_PATH/occ files_external:import /tmp/jra-nc-app-ef.json
|
||||||
|
|
||||||
usermod -a -G jibri www-data
|
usermod -a -G jibri www-data
|
||||||
#chown -R jibri:www-data $DIR_RECORD
|
|
||||||
chmod -R 770 $DIR_RECORD
|
chmod -R 770 $DIR_RECORD
|
||||||
chmod -R g+s $DIR_RECORD
|
chmod -R g+s $DIR_RECORD
|
||||||
|
|
||||||
|
|
|
@ -861,9 +861,6 @@ sudo su $MJS_USER -c "ssh-keygen -t rsa -f ~/.ssh/id_rsa -b 4096 -o -a 100 -q -N
|
||||||
sed -i "s|PasswordAuthentication .*|PasswordAuthentication yes|" /etc/ssh/sshd_config
|
sed -i "s|PasswordAuthentication .*|PasswordAuthentication yes|" /etc/ssh/sshd_config
|
||||||
systemctl restart sshd
|
systemctl restart sshd
|
||||||
|
|
||||||
#sudo su $MJS_USER -c "rm ~/.ssh/id_rsa.pub"
|
|
||||||
#sudo su $MJS_USER -c "cat ~/.ssh/authorized_keys"
|
|
||||||
|
|
||||||
|
|
||||||
#Setting varibales for add-jibri-node.sh
|
#Setting varibales for add-jibri-node.sh
|
||||||
sed -i "s|MAIN_SRV_DIST=.*|MAIN_SRV_DIST=\"$DIST\"|" add-jibri-node.sh
|
sed -i "s|MAIN_SRV_DIST=.*|MAIN_SRV_DIST=\"$DIST\"|" add-jibri-node.sh
|
||||||
|
|
Loading…
Reference in New Issue