sintonia/install/airtime-install
martin 079d9d36b0 cc-2055: switch to init.d
-fix uninstall scripts
-make daemon script for media-monitor and show-recorder
-create pid file for liquidsoap
-fix airtime-check-system
-make sure all startup scripts are using exec
2011-06-02 18:07:47 -04:00

23 lines
689 B
Bash
Executable file

#!/bin/bash
#Cause bash script to exit if any of the installers
#return with a non-zero return value.
set -e
echo -e "\n******************************** Install Begin *********************************";
php airtime-install.php $@
echo "*** Pypo Installation ***"
#python ".__DIR__."/../python_apps/pypo/install/pypo-install.py
python ../python_apps/pypo/install/pypo-install.py
#echo "*** Recorder Installation ***"
#python ".__DIR__."/../python_apps/show-recorder/install/recorder-install.py
#python ../python_apps/show-recorder/install/recorder-install.py
sleep 4
airtime-check-system
echo -e "\n******************************* Install Complete *******************************";