Changeset 4532 for python-llxvars/trunk
- Timestamp:
- May 3, 2017, 2:14:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python-llxvars/trunk/fuentes/debian/postinst
r4521 r4532 29 29 if [ "${INTERNAL_DOMAIN}" != "" ]; then 30 30 31 NEW_ALIAS="cname=admin-center.${INTERNAL_DOMAIN}, ${HOSTNAME}.${INTERNAL_DOMAIN}"; 32 FOUND=`cat $CNAMEPATH | grep "${NEW_ALIAS}" | wc -l` 33 31 NEW_ALIAS="cname=admin-center.${INTERNAL_DOMAIN},${HOSTNAME}.${INTERNAL_DOMAIN}"; 32 FOUND=`cat $CNAMEPATH | grep "admin-center" | wc -l` 34 33 if [ ${FOUND} -eq 0 ]; then 35 34 echo ${NEW_ALIAS} >> $CNAMEPATH
Note: See TracChangeset
for help on using the changeset viewer.