prepare for emobility

This commit is contained in:
Marco Ochse
2016-02-08 12:21:03 +01:00
parent 63ba812446
commit ebb58955c4
11 changed files with 59 additions and 33 deletions

15
installer/bin/update-images.sh Executable file
View File

@ -0,0 +1,15 @@
#!/bin/bash
########################################################
# T-Pot #
# Only start the container found in /etc/init/t-pot #
# #
# v0.01 by mo, DTAG, 2016-02-08 #
########################################################
rm -rf /etc/init/t-pot/*.conf || true
for i in $(cat /data/images.conf);
do
cp /data/upstart/"$i".conf /etc/init/t-pot/;
done
echo Please reboot for the changes to take effect.