Merge branch 'fix-installer' of https://github.com/paddatrapper/libretime into paddatrapper-fix-installer

This commit is contained in:
Robb Ebright 2020-03-17 10:18:21 -04:00
commit 595ad7f0bd
1 changed files with 1 additions and 1 deletions

View File

@ -1121,7 +1121,7 @@ if [ ! -d "/etc/airtime" ]; then
mkdir /etc/airtime
fi
if [ ! -f "/etc/airtime/airtime.conf" ] && [ !-f "/etc/airtime/airtime.conf.tmp" ]; then
if [ ! -e "/etc/airtime/airtime.conf" ] && [ ! -e "/etc/airtime/airtime.conf.tmp" ]; then
# need to copy the icecast_pass from temp to /etc/airtime so web-based installer can read it
cp /tmp/icecast_pass /etc/airtime/icecast_pass
fi