File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
# allow the container to be started with `--user`
10
10
if [ " $1 " = ' cassandra' -a " $( id -u) " = ' 0' ]; then
11
- chown -R cassandra /var/lib/cassandra " $CASSANDRA_CONFIG "
11
+ chown -R cassandra /var/lib/cassandra /var/log/cassandra " $CASSANDRA_CONFIG "
12
12
exec gosu cassandra " $BASH_SOURCE " " $@ "
13
13
fi
14
14
Original file line number Diff line number Diff line change 8
8
9
9
# allow the container to be started with `--user`
10
10
if [ " $1 " = ' cassandra' -a " $( id -u) " = ' 0' ]; then
11
- chown -R cassandra /var/lib/cassandra " $CASSANDRA_CONFIG "
11
+ chown -R cassandra /var/lib/cassandra /var/log/cassandra " $CASSANDRA_CONFIG "
12
12
exec gosu cassandra " $BASH_SOURCE " " $@ "
13
13
fi
14
14
Original file line number Diff line number Diff line change 8
8
9
9
# allow the container to be started with `--user`
10
10
if [ " $1 " = ' cassandra' -a " $( id -u) " = ' 0' ]; then
11
- chown -R cassandra /var/lib/cassandra " $CASSANDRA_CONFIG "
11
+ chown -R cassandra /var/lib/cassandra /var/log/cassandra " $CASSANDRA_CONFIG "
12
12
exec gosu cassandra " $BASH_SOURCE " " $@ "
13
13
fi
14
14
Original file line number Diff line number Diff line change 8
8
9
9
# allow the container to be started with `--user`
10
10
if [ " $1 " = ' cassandra' -a " $( id -u) " = ' 0' ]; then
11
- chown -R cassandra /var/lib/cassandra " $CASSANDRA_CONFIG "
11
+ chown -R cassandra /var/lib/cassandra /var/log/cassandra " $CASSANDRA_CONFIG "
12
12
exec gosu cassandra " $BASH_SOURCE " " $@ "
13
13
fi
14
14
Original file line number Diff line number Diff line change 8
8
9
9
# allow the container to be started with `--user`
10
10
if [ " $1 " = ' cassandra' -a " $( id -u) " = ' 0' ]; then
11
- chown -R cassandra /var/lib/cassandra " $CASSANDRA_CONFIG "
11
+ chown -R cassandra /var/lib/cassandra /var/log/cassandra " $CASSANDRA_CONFIG "
12
12
exec gosu cassandra " $BASH_SOURCE " " $@ "
13
13
fi
14
14
Original file line number Diff line number Diff line change 8
8
9
9
# allow the container to be started with `--user`
10
10
if [ " $1 " = ' cassandra' -a " $( id -u) " = ' 0' ]; then
11
- chown -R cassandra /var/lib/cassandra " $CASSANDRA_CONFIG "
11
+ chown -R cassandra /var/lib/cassandra /var/log/cassandra " $CASSANDRA_CONFIG "
12
12
exec gosu cassandra " $BASH_SOURCE " " $@ "
13
13
fi
14
14
You can’t perform that action at this time.
0 commit comments