func setPublicDirectory(cherryRooms *config.CherryRooms, roomName, value string) { cherryRooms.SetPublicDirectory(roomName, value[1:len(value)-1]) }