Add an extra message to notify about usage of newer update script.
parent
2158cf37bd
commit
c1736ea2ae
|
@ -46,6 +46,7 @@ fi
|
||||||
# Use new profile update script instead
|
# Use new profile update script instead
|
||||||
# Putting exit 0 on same line here for security since the old script
|
# Putting exit 0 on same line here for security since the old script
|
||||||
# will be deleted.
|
# will be deleted.
|
||||||
|
echo "Using newer profile update script."
|
||||||
_CHECKOUT_DONE=1 home/bin/update-profile && exit 0
|
_CHECKOUT_DONE=1 home/bin/update-profile && exit 0
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue