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
|
||||
sudo dpkg -i $DIRECTORY*.deb
|
||||
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;
|
||||
else
|
||||
SC="";
|
||||
|
|
Loading…
Reference in New Issue