- change all dirs in /usr/share/red5/webapps to be writable when setting dev env

This commit is contained in:
Richard Alam 2010-07-12 12:52:51 +00:00
parent 4c1442589d
commit 44335ed03c

View File

@ -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