Commit 2b7f14dd authored by Joanne Hugé's avatar Joanne Hugé

Update scripts

parent 9ce32477
#!/bin/bash
/root/mme/ltemme /root/mme/config/mme.cfg 2>&1 >/dev/null | grep "Host ID" | awk '{print $3;}'
#!/bin/bash
mkdir -p /opt/amarisoft/.amarisoft && cp -r ~/.amarisoft/* /opt/amarisoft/.amarisoft/;
bash /root/re6st;
bash /root/slapos
#!/bin/bash
cd slapos.package/playbook;
ansible-playbook -i hosts ors.yml;
ansible-playbook -i hosts ors-upgrade.yml
#!/bin/bash
WWW=/var/www/html
LTEWWW=$(basename $(find . -type d -name "ltewww*"))
mv $LTEWWW $WWW;
ln -sf $WWW/$LTEWWW $WWW/lte;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment