Browse Source

Second try to fix logs...

DieFeM 12 years ago
parent
commit
96d0eae553
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ogp_agent_run

+ 1 - 1
ogp_agent_run

@@ -16,7 +16,7 @@ if [ -d "$AGENTDIR/steamcmd" ]; then
 	chmod +x $AGENTDIR/steamcmd/*.sh
 fi
 if [ -d "$AGENTDIR/screenlogs" ]; then
-	chmod -Rf ugo=rw $AGENTDIR/screenlogs
+	chmod -Rf ug=rwx $AGENTDIR/screenlogs
 fi
 chmod +x $AGENTDIR/ogp_agent.pl
 chmod +x $AGENTDIR/ogp_agent_run