Merge branch 'storageareas' of github.com:connortechnology/ZoneMinder into storageareas
This commit is contained in:
commit
9afec3f78b
|
@ -184,6 +184,13 @@ if [ $TYPE == "binary" ]; then
|
||||||
if [ "$install" == "Y" ]; then
|
if [ "$install" == "Y" ]; then
|
||||||
sudo dpkg -i $DIRECTORY*.deb
|
sudo dpkg -i $DIRECTORY*.deb
|
||||||
fi;
|
fi;
|
||||||
|
if [ "$DISTRO" == "jessie" ]; then
|
||||||
|
echo "Do you want to upload this binary to zmrepo? (y/N)"
|
||||||
|
read install
|
||||||
|
if [ "$install" == "Y" ]; then
|
||||||
|
scp "zoneminder_*-${VERSION}-${DISTRO}*" "zmrepo.connortechnology.com:zmrepo/debian-${BRANCH}/"
|
||||||
|
fi;
|
||||||
|
fi;
|
||||||
fi;
|
fi;
|
||||||
else
|
else
|
||||||
SC="";
|
SC="";
|
||||||
|
|
Loading…
Reference in New Issue