testing and preparing beta

This commit is contained in:
buanet
2020-07-28 19:25:44 +02:00
parent e6469a4255
commit f836cd1fca
5 changed files with 42 additions and 21 deletions

View File

@@ -112,8 +112,9 @@ then
fi
if [ -f /opt/.firstrun ]
then
echo "Registering maintenance-mode script as command."
echo "alias maintenance-mode=\'/opt/scripts/maintenance-mode.sh\'" >> /root/.bashrc
echo "Registering maintenance script as command."
echo "alias maintenance=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc
rm -f /opt/.firstrun
echo "Done."
echo ' '
fi