link `logs` volume to `$BITNAMI_APP_DIR/standalone/log`

This commit is contained in:
Sameer Naik 2015-08-14 19:33:55 +05:30
parent d6a9a9ef7a
commit ce3d8bec9e
1 changed files with 1 additions and 4 deletions

View File

@ -1,8 +1,5 @@
#!/bin/bash
cd $BITNAMI_APP_DIR
# set up logging logs volume
ln -sf $BITNAMI_APP_DIR/logs/server.log $BITNAMI_APP_DIR/standalone/log/server.log
# symlink mount points at root to install dir
ln -s $BITNAMI_APP_DIR/logs $BITNAMI_APP_VOL_PREFIX/logs
ln -s $BITNAMI_APP_DIR/standalone/log $BITNAMI_APP_VOL_PREFIX/logs