Changeset 4007 for admin-center/trunk
- Timestamp:
- Mar 21, 2017, 12:27:28 PM (4 years ago)
- Location:
- admin-center/trunk/fuentes/debian
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin-center/trunk/fuentes/debian/admin-center.postinst
r3126 r4007 31 31 # [ -L ${APP_NAME}/logs ] || ln -s ${LOGS_DIR} ${APP_NAME}/logs || true 32 32 [ -L ${APP_NAME}/public_key.pem ] || ln -s ${CONFIG_PATH}/public_key.pem ${APP_NAME}/public_key.pem || true 33 34 # Creating link for index.php to main.php 35 [ -L ${LINK_NAME}/index.php ] || ln -s ${LINK_NAME}/main.php ${LINK_NAME}/index.php 33 36 34 37
Note: See TracChangeset
for help on using the changeset viewer.