fixed file name
This commit is contained in:
2
debian/debian-install-cronicle-worker.sh
vendored
2
debian/debian-install-cronicle-worker.sh
vendored
@@ -7,7 +7,7 @@ if [ "$EUID" -ne 0 ]
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# check if installed already
|
# check if installed already
|
||||||
isInFile=$(cat /opt/cronicle/conf/conf.json | grep -c "192.168.1.44")
|
isInFile=$(cat /opt/cronicle/conf/config.json | grep -c "192.168.1.44")
|
||||||
if [ $isInFile -eq 0 ]
|
if [ $isInFile -eq 0 ]
|
||||||
then
|
then
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|||||||
Reference in New Issue
Block a user