Clean some commented lines

This commit is contained in:
Luis Guzmán 2020-10-08 10:51:08 -05:00
parent 92e6e36a79
commit bbb36f4644
3 changed files with 0 additions and 5 deletions

View File

@ -181,7 +181,6 @@ apt-get -y install \
apt-show-versions \
bmon \
curl \
expect \
ffmpeg \
git \
htop \

View File

@ -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
usermod -a -G jibri www-data
#chown -R jibri:www-data $DIR_RECORD
chmod -R 770 $DIR_RECORD
chmod -R g+s $DIR_RECORD

View File

@ -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
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
sed -i "s|MAIN_SRV_DIST=.*|MAIN_SRV_DIST=\"$DIST\"|" add-jibri-node.sh