Fix pulling from wrong server in syncmail script
This commit is contained in:
@ -4,7 +4,7 @@ STATE=`nmcli networking connectivity`
|
|||||||
|
|
||||||
if [ $STATE = 'full' ]
|
if [ $STATE = 'full' ]
|
||||||
then
|
then
|
||||||
muchsync iapetus.local
|
muchsync rhea.unbl.ink
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
echo "No internet connection"
|
echo "No internet connection"
|
||||||
|
|||||||
Reference in New Issue
Block a user