- change all dirs in /usr/share/red5/webapps to be writable when setting dev env
This commit is contained in:
parent
4c1442589d
commit
44335ed03c
@ -596,7 +596,7 @@ if [ $SETUPDEV ]; then
|
|||||||
# We're going to make it easier to deploy by giving write access to others to
|
# We're going to make it easier to deploy by giving write access to others to
|
||||||
# $RED5_DIR/webapps
|
# $RED5_DIR/webapps
|
||||||
#
|
#
|
||||||
sudo chmod o+w $RED5_DIR/webapps
|
sudo chmod -R o+w $RED5_DIR/webapps
|
||||||
|
|
||||||
#
|
#
|
||||||
# Let's remove the existing bbb-apps
|
# Let's remove the existing bbb-apps
|
||||||
|
Loading…
Reference in New Issue
Block a user